#35817E

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

Shades of Atoll #35817E

Tints of Atoll #35817E

Color information

#35817E (or 0x35817E) is unknown color: approx Atoll. HEX triplet: 35, 81 and 7E. RGB value is (53,129,126). Sum of RGB (Red+Green+Blue) = 53+129+126=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #35817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35817E is #CA7E81. Grayscale: #696969. Windows color (decimal): -13270658 or 8290613. OLE color: 8290613.

HSL color Cylindrical-coordinate representation of color #35817E: hue angle of 177.63º 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 #35817E is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB53129126-
CMYK0.5900.020.49
HSL177.63º41.76%35.69%-
HSV(B)177.63º58.91%50.59%-
XYZ13.0817.9622.52-
YUV105.93139.3290.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=17.21%
G=41.88%
B=40.91%

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
Decimal531291260.5900.020.49177.6341.7635.69
Hex35817E3B0231b22a24
Octal652011767302612625244
Binary11010110000001111111011101101011000110110010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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