Html Css Color HEX #367C40 Japanese Laurel

📋 copy color: '#367C40'

red 54 ◦ green 124 ◦ blue 64

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

Shades of Japanese Laurel #367C40

Tints of Japanese Laurel #367C40

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.24%

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

R = 22.31%
G = 51.24%
B = 26.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#367C40 (or 0x367C40) is known color: Japanese Laurel. HEX triplet: 36, 7C and 40. RGB value is (54,124,64). Sum of RGB (Red+Green+Blue) = 54+124+64=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #367C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C40 is #C983BF. Grayscale: #606060. Windows color (decimal): -13206464 or 4226102. OLE color: 4226102.

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

Color convert

RGB 54 124 64 -
CMYK 0.56 0 0.48 0.51
HSL 128.57º 0.39% 0.35% -
HSV(B) 128.57º 0.56% 0.49% -
XYZ 9.65 15.57 7.35 -
YUV 96.23 109.81 97.88 -
System Red Green Blue C M Y K H S L
Decimal 54 124 64 0.56 0 0.48 0.51 128.57 0.39 0.35
Hex 36 7C 40 38 0 30 33 81 27 23
Octal 66 174 100 70 0 60 63 201 47 43
Binary 110110 1111100 1000000 111000 0 110000 110011 10000001 100111 100011

Color Harmonies of #367C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C40

Black with #367C40

Text Example


Text Example

White with #367C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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