#238476

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

Shades of Elm #238476

Tints of Elm #238476

Color information

#238476 (or 0x238476) is unknown color: approx Elm. HEX triplet: 23, 84 and 76. RGB value is (35,132,118). Sum of RGB (Red+Green+Blue) = 35+132+118=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #238476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238476 is #DC7B89. Grayscale: #656565. Windows color (decimal): -14449546 or 7767075. OLE color: 7767075.

HSL color Cylindrical-coordinate representation of color #238476: hue angle of 171.34º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238476 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB35132118-
CMYK0.7300.110.48
HSL171.34º58.08%32.75%-
HSV(B)171.34º73.48%51.76%-
XYZ12.2118.1720-
YUV101.4137.3680.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=12.28%
G=46.32%
B=41.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal351321180.7300.110.48171.3458.0832.75
Hex238476490B30ab3a21
Octal43204166111013602537241
Binary10001110000100111011010010010101111000010101011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238476; }

 p { color: rgb(35,132,118); }

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

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

 a { background-color: rgb(35,132,118); }

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

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

 span { border-color: rgb(35,132,118); }

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