#33756F

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

Shades of Genoa #33756F

Tints of Genoa #33756F

Color information

#33756F (or 0x33756F) is unknown color: approx Genoa. HEX triplet: 33, 75 and 6F. RGB value is (51,117,111). Sum of RGB (Red+Green+Blue) = 51+117+111=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #33756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33756F is #CC8A90. Grayscale: #606060. Windows color (decimal): -13404817 or 7304499. OLE color: 7304499.

HSL color Cylindrical-coordinate representation of color #33756F: hue angle of 174.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33756F is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB51117111-
CMYK0.5600.050.54
HSL174.55º39.29%32.94%-
HSV(B)174.55º56.41%45.88%-
XYZ10.614.5717.29-
YUV96.58136.1395.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=18.28%
G=41.94%
B=39.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511171110.5600.050.54174.5539.2932.94
Hex33756F380536af2721
Octal631651577005662574741
Binary11001111101011101111111000010111011010101111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,117,111); }

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

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

 a { background-color: rgb(51,117,111); }

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

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

 span { border-color: rgb(51,117,111); }

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