Html Css Color HEX #32722E Japanese Laurel

📋 copy color: '#32722E'

red 50 ◦ green 114 ◦ blue 46

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

Shades of Japanese Laurel #32722E

Tints of Japanese Laurel #32722E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.9%

R = 23.81%
G = 54.29%
B = 21.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#32722E (or 0x32722E) is known color: Japanese Laurel. HEX triplet: 32, 72 and 2E. RGB value is (50,114,46). Sum of RGB (Red+Green+Blue) = 50+114+46=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #32722E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32722E is #CD8DD1. Grayscale: #575757. Windows color (decimal): -13471186 or 3043890. OLE color: 3043890.

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

Color convert

RGB 50 114 46 -
CMYK 0.56 0 0.60 0.55
HSL 116.47º 0.43% 0.31% -
HSV(B) 116.47º 0.6% 0.45% -
XYZ 7.83 12.91 4.66 -
YUV 87.11 104.8 101.53 -
System Red Green Blue C M Y K H S L
Decimal 50 114 46 0.56 0 0.60 0.55 116.47 0.43 0.31
Hex 32 72 2E 38 0 3C 37 74 2A 1F
Octal 62 162 56 70 0 74 67 164 52 37
Binary 110010 1110010 101110 111000 0 111100 110111 1110100 101010 11111

Color Harmonies of #32722E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32722E

Black with #32722E

Text Example


Text Example

White with #32722E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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