Html Css Color HEX #36712C Japanese Laurel

📋 copy color: '#36712C'

red 54 ◦ green 113 ◦ blue 44

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

Shades of Japanese Laurel #36712C

Tints of Japanese Laurel #36712C

RGB

 RED value IS 54 (21.48% from 255) = 25.59%

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

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 25.59%
G = 53.55%
B = 20.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#36712C (or 0x36712C) is known color: Japanese Laurel. HEX triplet: 36, 71 and 2C. RGB value is (54,113,44). Sum of RGB (Red+Green+Blue) = 54+113+44=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #36712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36712C is #C98ED3. Grayscale: #575757. Windows color (decimal): -13209300 or 2912566. OLE color: 2912566.

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

Color convert

RGB 54 113 44 -
CMYK 0.52 0 0.61 0.56
HSL 111.3º 0.44% 0.31% -
HSV(B) 111.3º 0.61% 0.44% -
XYZ 7.88 12.78 4.43 -
YUV 87.49 103.45 104.11 -
System Red Green Blue C M Y K H S L
Decimal 54 113 44 0.52 0 0.61 0.56 111.3 0.44 0.31
Hex 36 71 2C 34 0 3D 38 6F 2C 1F
Octal 66 161 54 64 0 75 70 157 54 37
Binary 110110 1110001 101100 110100 0 111101 111000 1101111 101100 11111

Color Harmonies of #36712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36712C

Black with #36712C

Text Example


Text Example

White with #36712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36712C; }

 p { color: rgb(54,113,44); }

 H1.HeaderClassName
 {
   color: #36712C;
 }
 .AnyTagClassName
 {
   color: #36712C;
 }
</style>

background-color css

<style>
 a { background-color: #36712C; }

 a { background-color: rgb(54,113,44); }

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

border-color css

<style>
 span { border-color: #36712C; }

 span { border-color: rgb(54,113,44); }

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