#33817F

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

Shades of Atoll #33817F

Tints of Atoll #33817F

Color information

#33817F (or 0x33817F) is unknown color: approx Atoll. HEX triplet: 33, 81 and 7F. RGB value is (51,129,127). Sum of RGB (Red+Green+Blue) = 51+129+127=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #33817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33817F is #CC7E80. Grayscale: #696969. Windows color (decimal): -13401729 or 8356147. OLE color: 8356147.

HSL color Cylindrical-coordinate representation of color #33817F: hue angle of 178.46º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33817F is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB51129127-
CMYK0.6000.020.49
HSL178.46º43.33%35.29%-
HSV(B)178.46º60.47%50.59%-
XYZ13.0517.9422.85-
YUV105.45140.1689.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 127 (50% from 255) = 41.37%
R=16.61%
G=42.02%
B=41.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511291270.6000.020.49178.4643.3335.29
Hex33817F3C0231b22b23
Octal632011777402612625343
Binary11001110000001111111111110001011000110110010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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