Html Css Color HEX #32712F Japanese Laurel

📋 copy color: '#32712F'

red 50 ◦ green 113 ◦ blue 47

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

Shades of Japanese Laurel #32712F

Tints of Japanese Laurel #32712F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.81%

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

R = 23.81%
G = 53.81%
B = 22.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#32712F (or 0x32712F) is known color: Japanese Laurel. HEX triplet: 32, 71 and 2F. RGB value is (50,113,47). Sum of RGB (Red+Green+Blue) = 50+113+47=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #32712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32712F is #CD8ED0. Grayscale: #565656. Windows color (decimal): -13471441 or 3109170. OLE color: 3109170.

HSL color Cylindrical-coordinate representation of color #32712F: hue angle of 117.27º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32712F is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 47 -
CMYK 0.56 0 0.58 0.56
HSL 117.27º 0.41% 0.31% -
HSV(B) 117.27º 0.58% 0.44% -
XYZ 7.73 12.69 4.73 -
YUV 86.64 105.63 101.87 -
System Red Green Blue C M Y K H S L
Decimal 50 113 47 0.56 0 0.58 0.56 117.27 0.41 0.31
Hex 32 71 2F 38 0 3A 38 75 29 1F
Octal 62 161 57 70 0 72 70 165 51 37
Binary 110010 1110001 101111 111000 0 111010 111000 1110101 101001 11111

Color Harmonies of #32712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32712F

Black with #32712F

Text Example


Text Example

White with #32712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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