Html Css Color HEX #366F3C Japanese Laurel

📋 copy color: '#366F3C'

red 54 ◦ green 111 ◦ blue 60

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

Shades of Japanese Laurel #366F3C

Tints of Japanese Laurel #366F3C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.33%

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

R = 24%
G = 49.33%
B = 26.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#366F3C (or 0x366F3C) is known color: Japanese Laurel. HEX triplet: 36, 6F and 3C. RGB value is (54,111,60). Sum of RGB (Red+Green+Blue) = 54+111+60=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #366F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366F3C is #C990C3. Grayscale: #585858. Windows color (decimal): -13209796 or 3960630. OLE color: 3960630.

HSL color Cylindrical-coordinate representation of color #366F3C: hue angle of 126.32º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366F3C is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 111 60 -
CMYK 0.51 0 0.46 0.56
HSL 126.32º 0.35% 0.32% -
HSV(B) 126.32º 0.51% 0.44% -
XYZ 8.02 12.48 6.26 -
YUV 88.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 54 111 60 0.51 0 0.46 0.56 126.32 0.35 0.32
Hex 36 6F 3C 33 0 2E 38 7E 23 20
Octal 66 157 74 63 0 56 70 176 43 40
Binary 110110 1101111 111100 110011 0 101110 111000 1111110 100011 100000

Color Harmonies of #366F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366F3C

Black with #366F3C

Text Example


Text Example

White with #366F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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