Html Css Color HEX #36762F Japanese Laurel

📋 copy color: '#36762F'

red 54 ◦ green 118 ◦ blue 47

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

Shades of Japanese Laurel #36762F

Tints of Japanese Laurel #36762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.88%

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

R = 24.66%
G = 53.88%
B = 21.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#36762F (or 0x36762F) is known color: Japanese Laurel. HEX triplet: 36, 76 and 2F. RGB value is (54,118,47). Sum of RGB (Red+Green+Blue) = 54+118+47=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #36762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36762F is #C989D0. Grayscale: #5A5A5A. Windows color (decimal): -13208017 or 3110454. OLE color: 3110454.

HSL color Cylindrical-coordinate representation of color #36762F: hue angle of 114.08º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36762F is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 118 47 -
CMYK 0.54 0 0.60 0.54
HSL 114.08º 0.43% 0.32% -
HSV(B) 114.08º 0.6% 0.46% -
XYZ 8.51 13.95 4.93 -
YUV 90.77 103.3 101.77 -
System Red Green Blue C M Y K H S L
Decimal 54 118 47 0.54 0 0.60 0.54 114.08 0.43 0.32
Hex 36 76 2F 36 0 3C 36 72 2B 20
Octal 66 166 57 66 0 74 66 162 53 40
Binary 110110 1110110 101111 110110 0 111100 110110 1110010 101011 100000

Color Harmonies of #36762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36762F

Black with #36762F

Text Example


Text Example

White with #36762F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,118,47); }

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

background-color css

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

 a { background-color: rgb(54,118,47); }

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

border-color css

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

 span { border-color: rgb(54,118,47); }

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