Html Css Color HEX #32772F Japanese Laurel

📋 copy color: '#32772F'

red 50 ◦ green 119 ◦ blue 47

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

Shades of Japanese Laurel #32772F

Tints of Japanese Laurel #32772F

RGB

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

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

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

R = 23.15%
G = 55.09%
B = 21.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#32772F (or 0x32772F) is known color: Japanese Laurel. HEX triplet: 32, 77 and 2F. RGB value is (50,119,47). Sum of RGB (Red+Green+Blue) = 50+119+47=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #32772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32772F is #CD88D0. Grayscale: #5A5A5A. Windows color (decimal): -13469905 or 3110706. OLE color: 3110706.

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

Color convert

RGB 50 119 47 -
CMYK 0.58 0 0.61 0.53
HSL 117.5º 0.43% 0.33% -
HSV(B) 117.5º 0.61% 0.47% -
XYZ 8.43 14.08 4.96 -
YUV 90.16 103.64 99.35 -
System Red Green Blue C M Y K H S L
Decimal 50 119 47 0.58 0 0.61 0.53 117.5 0.43 0.33
Hex 32 77 2F 3A 0 3D 35 76 2B 21
Octal 62 167 57 72 0 75 65 166 53 41
Binary 110010 1110111 101111 111010 0 111101 110101 1110110 101011 100001

Color Harmonies of #32772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32772F

Black with #32772F

Text Example


Text Example

White with #32772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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