Html Css Color HEX #32712A Japanese Laurel

📋 copy color: '#32712A'

red 50 ◦ green 113 ◦ blue 42

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

Shades of Japanese Laurel #32712A

Tints of Japanese Laurel #32712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.49%

R = 24.39%
G = 55.12%
B = 20.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#32712A (or 0x32712A) is known color: Japanese Laurel. HEX triplet: 32, 71 and 2A. RGB value is (50,113,42). Sum of RGB (Red+Green+Blue) = 50+113+42=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #32712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32712A is #CD8ED5. Grayscale: #565656. Windows color (decimal): -13471446 or 2781490. OLE color: 2781490.

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

Color convert

RGB 50 113 42 -
CMYK 0.56 0 0.63 0.56
HSL 113.24º 0.46% 0.3% -
HSV(B) 113.24º 0.63% 0.44% -
XYZ 7.64 12.66 4.23 -
YUV 86.07 103.13 102.27 -
System Red Green Blue C M Y K H S L
Decimal 50 113 42 0.56 0 0.63 0.56 113.24 0.46 0.3
Hex 32 71 2A 38 0 3F 38 71 2E 1E
Octal 62 161 52 70 0 77 70 161 56 36
Binary 110010 1110001 101010 111000 0 111111 111000 1110001 101110 11110

Color Harmonies of #32712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32712A

Black with #32712A

Text Example


Text Example

White with #32712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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