#238778

Color #238778 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #238778

Tints of Elm #238778

Color information

#238778 (or 0x238778) is unknown color: approx Elm. HEX triplet: 23, 87 and 78. RGB value is (35,135,120). Sum of RGB (Red+Green+Blue) = 35+135+120=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #238778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238778 is #DC7887. Grayscale: #676767. Windows color (decimal): -14448776 or 7898915. OLE color: 7898915.

HSL color Cylindrical-coordinate representation of color #238778: hue angle of 171º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238778 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB35135120-
CMYK0.7400.110.47
HSL171º58.82%33.33%-
HSV(B)171º74.07%52.94%-
XYZ12.7519.0420.77-
YUV103.39137.3779.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 12.07%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=12.07%
G=46.55%
B=41.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal351351200.7400.110.4717158.8233.33
Hex2387784A0B2Fab3b21
Octal43207170112013572537341
Binary10001110000111111100010010100101110111110101011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238778; }

 p { color: rgb(35,135,120); }

 H1.HeaderClassName
 {
   color: #238778;
 }
 .AnyTagClassName
 {
   color: #238778;
 }
</style>
background-color css

<style>
 a { background-color: #238778; }

 a { background-color: rgb(35,135,120); }

 div.DivClassName
 {
   background-color: #238778;
 }
 .BgClassName
 {
   background-color: #238778;
 }
</style>
border-color css

<style>
 span { border-color: #238778; }

 span { border-color: rgb(35,135,120); }

 td.TdClassName
 {
   border-color: #238778;
 }
 .TagClassName
 {
   border-color: #238778;
 }
</style>