Html Css Color HEX #36772E Japanese Laurel

📋 copy color: '#36772E'

red 54 ◦ green 119 ◦ blue 46

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

Shades of Japanese Laurel #36772E

Tints of Japanese Laurel #36772E

RGB

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

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

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

R = 24.66%
G = 54.34%
B = 21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#36772E (or 0x36772E) is known color: Japanese Laurel. HEX triplet: 36, 77 and 2E. RGB value is (54,119,46). Sum of RGB (Red+Green+Blue) = 54+119+46=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #36772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36772E is #C988D1. Grayscale: #5B5B5B. Windows color (decimal): -13207762 or 3045174. OLE color: 3045174.

HSL color Cylindrical-coordinate representation of color #36772E: hue angle of 113.42º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36772E is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 119 46 -
CMYK 0.55 0 0.61 0.53
HSL 113.42º 0.44% 0.32% -
HSV(B) 113.42º 0.61% 0.47% -
XYZ 8.61 14.18 4.87 -
YUV 91.24 102.47 101.44 -
System Red Green Blue C M Y K H S L
Decimal 54 119 46 0.55 0 0.61 0.53 113.42 0.44 0.32
Hex 36 77 2E 37 0 3D 35 71 2C 20
Octal 66 167 56 67 0 75 65 161 54 40
Binary 110110 1110111 101110 110111 0 111101 110101 1110001 101100 100000

Color Harmonies of #36772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36772E

Black with #36772E

Text Example


Text Example

White with #36772E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,119,46); }

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

background-color css

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

 a { background-color: rgb(54,119,46); }

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

border-color css

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

 span { border-color: rgb(54,119,46); }

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