Html Css Color HEX #33755F Genoa

📋 copy color: '#33755F'

red 51 ◦ green 117 ◦ blue 95

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

Shades of Genoa #33755F

Tints of Genoa #33755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 19.39%
G = 44.49%
B = 36.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#33755F (or 0x33755F) is known color: Genoa. HEX triplet: 33, 75 and 5F. RGB value is (51,117,95). Sum of RGB (Red+Green+Blue) = 51+117+95=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #33755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33755F is #CC8AA0. Grayscale: #5E5E5E. Windows color (decimal): -13404833 or 6255923. OLE color: 6255923.

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

Color convert

RGB 51 117 95 -
CMYK 0.56 0 0.19 0.54
HSL 160º 0.39% 0.33% -
HSV(B) 160º 0.56% 0.46% -
XYZ 9.79 14.25 13.06 -
YUV 94.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 51 117 95 0.56 0 0.19 0.54 160 0.39 0.33
Hex 33 75 5F 38 0 13 36 A0 27 21
Octal 63 165 137 70 0 23 66 240 47 41
Binary 110011 1110101 1011111 111000 0 10011 110110 10100000 100111 100001

Color Harmonies of #33755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33755F

Black with #33755F

Text Example


Text Example

White with #33755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33755F;
 }
 .AnyTagClassName
 {
   color: #33755F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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