Html Css Color HEX #366C31 Japanese Laurel

📋 copy color: '#366C31'

red 54 ◦ green 108 ◦ blue 49

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

Shades of Japanese Laurel #366C31

Tints of Japanese Laurel #366C31

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.18%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 25.59%
G = 51.18%
B = 23.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#366C31 (or 0x366C31) is known color: Japanese Laurel. HEX triplet: 36, 6C and 31. RGB value is (54,108,49). Sum of RGB (Red+Green+Blue) = 54+108+49=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #366C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366C31 is #C993CE. Grayscale: #555555. Windows color (decimal): -13210575 or 3238966. OLE color: 3238966.

HSL color Cylindrical-coordinate representation of color #366C31: hue angle of 114.92º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #366C31 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 108 49 -
CMYK 0.50 0 0.55 0.58
HSL 114.92º 0.38% 0.31% -
HSV(B) 114.92º 0.55% 0.42% -
XYZ 7.44 11.73 4.78 -
YUV 85.13 107.61 105.8 -
System Red Green Blue C M Y K H S L
Decimal 54 108 49 0.50 0 0.55 0.58 114.92 0.38 0.31
Hex 36 6C 31 32 0 37 3A 73 26 1F
Octal 66 154 61 62 0 67 72 163 46 37
Binary 110110 1101100 110001 110010 0 110111 111010 1110011 100110 11111

Color Harmonies of #366C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C31

Black with #366C31

Text Example


Text Example

White with #366C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366C31; }

 p { color: rgb(54,108,49); }

 H1.HeaderClassName
 {
   color: #366C31;
 }
 .AnyTagClassName
 {
   color: #366C31;
 }
</style>

background-color css

<style>
 a { background-color: #366C31; }

 a { background-color: rgb(54,108,49); }

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

border-color css

<style>
 span { border-color: #366C31; }

 span { border-color: rgb(54,108,49); }

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