#35887B

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

Shades of Elm #35887B

Tints of Elm #35887B

Color information

#35887B (or 0x35887B) is unknown color: approx Elm. HEX triplet: 35, 88 and 7B. RGB value is (53,136,123). Sum of RGB (Red+Green+Blue) = 53+136+123=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #35887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35887B is #CA7784. Grayscale: #6D6D6D. Windows color (decimal): -13268869 or 8095797. OLE color: 8095797.

HSL color Cylindrical-coordinate representation of color #35887B: hue angle of 170.6º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35887B is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB53136123-
CMYK0.6100.100.47
HSL170.6º43.92%37.06%-
HSV(B)170.6º61.03%53.33%-
XYZ13.8519.821.83-
YUV109.7135.587.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 136 (53.52% from 255) = 43.59%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=16.99%
G=43.59%
B=39.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531361230.6100.100.47170.643.9237.06
Hex35887B3D0A2Fab2c25
Octal6521017375012572535445
Binary1101011000100011110111111010101010111110101011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35887B; }

 p { color: rgb(53,136,123); }

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

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

 a { background-color: rgb(53,136,123); }

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

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

 span { border-color: rgb(53,136,123); }

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