#35817F

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

Shades of Atoll #35817F

Tints of Atoll #35817F

Color information

#35817F (or 0x35817F) is unknown color: approx Atoll. HEX triplet: 35, 81 and 7F. RGB value is (53,129,127). Sum of RGB (Red+Green+Blue) = 53+129+127=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #35817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35817F is #CA7E80. Grayscale: #696969. Windows color (decimal): -13270657 or 8356149. OLE color: 8356149.

HSL color Cylindrical-coordinate representation of color #35817F: hue angle of 178.42º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35817F is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB53129127-
CMYK0.5900.020.49
HSL178.42º41.76%35.69%-
HSV(B)178.42º58.91%50.59%-
XYZ13.1517.9922.86-
YUV106.05139.8290.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 129 (50.78% from 255) = 41.75%
BLUE value IS 127 (50% from 255) = 41.10%
R=17.15%
G=41.75%
B=41.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531291270.5900.020.49178.4241.7635.69
Hex35817F3B0231b22a24
Octal652011777302612625244
Binary11010110000001111111111101101011000110110010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35817F; }

 p { color: rgb(53,129,127); }

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

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

 a { background-color: rgb(53,129,127); }

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

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

 span { border-color: rgb(53,129,127); }

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