Html Css Color HEX #32755F Genoa

📋 copy color: '#32755F'

red 50 ◦ green 117 ◦ blue 95

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

Shades of Genoa #32755F

Tints of Genoa #32755F

RGB

 RED value IS 50 (19.92% from 255) = 19.08%

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

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

R = 19.08%
G = 44.66%
B = 36.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#32755F (or 0x32755F) is known color: Genoa. HEX triplet: 32, 75 and 5F. RGB value is (50,117,95). Sum of RGB (Red+Green+Blue) = 50+117+95=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #32755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32755F is #CD8AA0. Grayscale: #5E5E5E. Windows color (decimal): -13470369 or 6255922. OLE color: 6255922.

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

Color convert

RGB 50 117 95 -
CMYK 0.57 0 0.19 0.54
HSL 160.3º 0.4% 0.33% -
HSV(B) 160.3º 0.57% 0.46% -
XYZ 9.74 14.23 13.06 -
YUV 94.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 50 117 95 0.57 0 0.19 0.54 160.3 0.4 0.33
Hex 32 75 5F 39 0 13 36 A0 28 21
Octal 62 165 137 71 0 23 66 240 50 41
Binary 110010 1110101 1011111 111001 0 10011 110110 10100000 101000 100001

Color Harmonies of #32755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32755F

Black with #32755F

Text Example


Text Example

White with #32755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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