#35837E

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

Shades of Atoll #35837E

Tints of Atoll #35837E

Color information

#35837E (or 0x35837E) is unknown color: approx Atoll. HEX triplet: 35, 83 and 7E. RGB value is (53,131,126). Sum of RGB (Red+Green+Blue) = 53+131+126=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #35837E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35837E is #CA7C81. Grayscale: #6B6B6B. Windows color (decimal): -13270146 or 8291125. OLE color: 8291125.

HSL color Cylindrical-coordinate representation of color #35837E: hue angle of 176.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35837E is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB53131126-
CMYK0.6000.040.49
HSL176.15º42.39%36.08%-
HSV(B)176.15º59.54%51.37%-
XYZ13.3518.522.61-
YUV107.11138.6689.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 131 (51.56% from 255) = 42.26%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=17.10%
G=42.26%
B=40.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531311260.6000.040.49176.1542.3936.08
Hex35837E3C0431b02a24
Octal652031767404612605244
Binary110101100000111111110111100010011000110110000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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