Html Css Color HEX #32722C Japanese Laurel

📋 copy color: '#32722C'

red 50 ◦ green 114 ◦ blue 44

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

Shades of Japanese Laurel #32722C

Tints of Japanese Laurel #32722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.81%

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

R = 24.04%
G = 54.81%
B = 21.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#32722C (or 0x32722C) is known color: Japanese Laurel. HEX triplet: 32, 72 and 2C. RGB value is (50,114,44). Sum of RGB (Red+Green+Blue) = 50+114+44=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #32722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32722C is #CD8DD3. Grayscale: #575757. Windows color (decimal): -13471188 or 2912818. OLE color: 2912818.

HSL color Cylindrical-coordinate representation of color #32722C: hue angle of 114.86º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32722C is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 114 44 -
CMYK 0.56 0 0.61 0.55
HSL 114.86º 0.44% 0.31% -
HSV(B) 114.86º 0.61% 0.45% -
XYZ 7.79 12.89 4.46 -
YUV 86.88 103.8 101.69 -
System Red Green Blue C M Y K H S L
Decimal 50 114 44 0.56 0 0.61 0.55 114.86 0.44 0.31
Hex 32 72 2C 38 0 3D 37 73 2C 1F
Octal 62 162 54 70 0 75 67 163 54 37
Binary 110010 1110010 101100 111000 0 111101 110111 1110011 101100 11111

Color Harmonies of #32722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32722C

Black with #32722C

Text Example


Text Example

White with #32722C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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