Html Css Color HEX #366E3C Japanese Laurel

📋 copy color: '#366E3C'

red 54 ◦ green 110 ◦ blue 60

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

Shades of Japanese Laurel #366E3C

Tints of Japanese Laurel #366E3C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.11%

 BLUE value IS 60 (23.83% from 255) = 26.79%

R = 24.11%
G = 49.11%
B = 26.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#366E3C (or 0x366E3C) is known color: Japanese Laurel. HEX triplet: 36, 6E and 3C. RGB value is (54,110,60). Sum of RGB (Red+Green+Blue) = 54+110+60=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #366E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366E3C is #C991C3. Grayscale: #575757. Windows color (decimal): -13210052 or 3960374. OLE color: 3960374.

HSL color Cylindrical-coordinate representation of color #366E3C: hue angle of 126.43º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366E3C is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 110 60 -
CMYK 0.51 0 0.45 0.57
HSL 126.43º 0.34% 0.32% -
HSV(B) 126.43º 0.51% 0.43% -
XYZ 7.91 12.26 6.22 -
YUV 87.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 54 110 60 0.51 0 0.45 0.57 126.43 0.34 0.32
Hex 36 6E 3C 33 0 2D 39 7E 22 20
Octal 66 156 74 63 0 55 71 176 42 40
Binary 110110 1101110 111100 110011 0 101101 111001 1111110 100010 100000

Color Harmonies of #366E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366E3C

Black with #366E3C

Text Example


Text Example

White with #366E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,110,60); }

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

background-color css

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

 a { background-color: rgb(54,110,60); }

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

border-color css

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

 span { border-color: rgb(54,110,60); }

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