Html Css Color HEX #32772C Japanese Laurel

📋 copy color: '#32772C'

red 50 ◦ green 119 ◦ blue 44

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

Shades of Japanese Laurel #32772C

Tints of Japanese Laurel #32772C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.87%

 BLUE value IS 44 (17.58% from 255) = 20.66%

R = 23.47%
G = 55.87%
B = 20.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#32772C (or 0x32772C) is known color: Japanese Laurel. HEX triplet: 32, 77 and 2C. RGB value is (50,119,44). Sum of RGB (Red+Green+Blue) = 50+119+44=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #32772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32772C is #CD88D3. Grayscale: #5A5A5A. Windows color (decimal): -13469908 or 2914098. OLE color: 2914098.

HSL color Cylindrical-coordinate representation of color #32772C: hue angle of 115.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32772C is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 44 -
CMYK 0.58 0 0.63 0.53
HSL 115.2º 0.46% 0.32% -
HSV(B) 115.2º 0.63% 0.47% -
XYZ 8.37 14.05 4.65 -
YUV 89.82 102.14 99.6 -
System Red Green Blue C M Y K H S L
Decimal 50 119 44 0.58 0 0.63 0.53 115.2 0.46 0.32
Hex 32 77 2C 3A 0 3F 35 73 2E 20
Octal 62 167 54 72 0 77 65 163 56 40
Binary 110010 1110111 101100 111010 0 111111 110101 1110011 101110 100000

Color Harmonies of #32772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32772C

Black with #32772C

Text Example


Text Example

White with #32772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32772C; }

 p { color: rgb(50,119,44); }

 H1.HeaderClassName
 {
   color: #32772C;
 }
 .AnyTagClassName
 {
   color: #32772C;
 }
</style>

background-color css

<style>
 a { background-color: #32772C; }

 a { background-color: rgb(50,119,44); }

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

border-color css

<style>
 span { border-color: #32772C; }

 span { border-color: rgb(50,119,44); }

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