Html Css Color HEX #367E3C Japanese Laurel

📋 copy color: '#367E3C'

red 54 ◦ green 126 ◦ blue 60

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

Shades of Japanese Laurel #367E3C

Tints of Japanese Laurel #367E3C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 52.5%

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

R = 22.5%
G = 52.5%
B = 25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#367E3C (or 0x367E3C) is known color: Japanese Laurel. HEX triplet: 36, 7E and 3C. RGB value is (54,126,60). Sum of RGB (Red+Green+Blue) = 54+126+60=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #367E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367E3C is #C981C3. Grayscale: #616161. Windows color (decimal): -13205956 or 3964470. OLE color: 3964470.

HSL color Cylindrical-coordinate representation of color #367E3C: hue angle of 125º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367E3C is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 126 60 -
CMYK 0.57 0 0.52 0.51
HSL 125º 0.4% 0.35% -
HSV(B) 125º 0.57% 0.49% -
XYZ 9.8 16.03 6.85 -
YUV 96.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 54 126 60 0.57 0 0.52 0.51 125 0.4 0.35
Hex 36 7E 3C 39 0 34 33 7D 28 23
Octal 66 176 74 71 0 64 63 175 50 43
Binary 110110 1111110 111100 111001 0 110100 110011 1111101 101000 100011

Color Harmonies of #367E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E3C

Black with #367E3C

Text Example


Text Example

White with #367E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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