Html Css Color HEX #367E40 Japanese Laurel

📋 copy color: '#367E40'

red 54 ◦ green 126 ◦ blue 64

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

Shades of Japanese Laurel #367E40

Tints of Japanese Laurel #367E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.23%

R = 22.13%
G = 51.64%
B = 26.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#367E40 (or 0x367E40) is known color: Japanese Laurel. HEX triplet: 36, 7E and 40. RGB value is (54,126,64). Sum of RGB (Red+Green+Blue) = 54+126+64=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #367E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367E40 is #C981BF. Grayscale: #616161. Windows color (decimal): -13205952 or 4226614. OLE color: 4226614.

HSL color Cylindrical-coordinate representation of color #367E40: hue angle of 128.33º 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 #367E40 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 126 64 -
CMYK 0.57 0 0.49 0.51
HSL 128.33º 0.4% 0.35% -
HSV(B) 128.33º 0.57% 0.49% -
XYZ 9.91 16.08 7.43 -
YUV 97.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 54 126 64 0.57 0 0.49 0.51 128.33 0.4 0.35
Hex 36 7E 40 39 0 31 33 80 28 23
Octal 66 176 100 71 0 61 63 200 50 43
Binary 110110 1111110 1000000 111001 0 110001 110011 10000000 101000 100011

Color Harmonies of #367E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E40

Black with #367E40

Text Example


Text Example

White with #367E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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