Html Css Color HEX #33756D Genoa

📋 copy color: '#33756D'

red 51 ◦ green 117 ◦ blue 109

#33756D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #33756D

Tints of Genoa #33756D

RGB

 RED value IS 51 (20.31% from 255) = 18.41%

 GREEN value IS 117 (46.09% from 255) = 42.24%

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 18.41%
G = 42.24%
B = 39.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#33756D (or 0x33756D) is known color: Genoa. HEX triplet: 33, 75 and 6D. RGB value is (51,117,109). Sum of RGB (Red+Green+Blue) = 51+117+109=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #33756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33756D is #CC8A92. Grayscale: #606060. Windows color (decimal): -13404819 or 7173427. OLE color: 7173427.

HSL color Cylindrical-coordinate representation of color #33756D: hue angle of 172.73º 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 #33756D is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 109 -
CMYK 0.56 0 0.07 0.54
HSL 172.73º 0.39% 0.33% -
HSV(B) 172.73º 0.56% 0.46% -
XYZ 10.49 14.53 16.72 -
YUV 96.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 51 117 109 0.56 0 0.07 0.54 172.73 0.39 0.33
Hex 33 75 6D 38 0 7 36 AD 27 21
Octal 63 165 155 70 0 7 66 255 47 41
Binary 110011 1110101 1101101 111000 0 111 110110 10101101 100111 100001

Color Harmonies of #33756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33756D

Black with #33756D

Text Example


Text Example

White with #33756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33756D;
 }
 .AnyTagClassName
 {
   color: #33756D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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