Html Css Color HEX #32722F Japanese Laurel

📋 copy color: '#32722F'

red 50 ◦ green 114 ◦ blue 47

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

Shades of Japanese Laurel #32722F

Tints of Japanese Laurel #32722F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 23.7%
G = 54.03%
B = 22.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#32722F (or 0x32722F) is known color: Japanese Laurel. HEX triplet: 32, 72 and 2F. RGB value is (50,114,47). Sum of RGB (Red+Green+Blue) = 50+114+47=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #32722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32722F is #CD8DD0. Grayscale: #575757. Windows color (decimal): -13471185 or 3109426. OLE color: 3109426.

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

Color convert

RGB 50 114 47 -
CMYK 0.56 0 0.59 0.55
HSL 117.31º 0.42% 0.32% -
HSV(B) 117.31º 0.59% 0.45% -
XYZ 7.85 12.92 4.77 -
YUV 87.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 50 114 47 0.56 0 0.59 0.55 117.31 0.42 0.32
Hex 32 72 2F 38 0 3B 37 75 2A 20
Octal 62 162 57 70 0 73 67 165 52 40
Binary 110010 1110010 101111 111000 0 111011 110111 1110101 101010 100000

Color Harmonies of #32722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32722F

Black with #32722F

Text Example


Text Example

White with #32722F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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