#35817C

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

Shades of Atoll #35817C

Tints of Atoll #35817C

Color information

#35817C (or 0x35817C) is unknown color: approx Atoll. HEX triplet: 35, 81 and 7C. RGB value is (53,129,124). Sum of RGB (Red+Green+Blue) = 53+129+124=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #35817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35817C is #CA7E83. Grayscale: #696969. Windows color (decimal): -13270660 or 8159541. OLE color: 8159541.

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

Color convert

RGB53129124-
CMYK0.5900.040.49
HSL176.05º41.76%35.69%-
HSV(B)176.05º58.91%50.59%-
XYZ12.9617.9121.84-
YUV105.71138.3290.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=17.32%
G=42.16%
B=40.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531291240.5900.040.49176.0541.7635.69
Hex35817C3B0431b02a24
Octal652011747304612605244
Binary110101100000011111100111011010011000110110000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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