Html Css Color HEX #367C36 Japanese Laurel

📋 copy color: '#367C36'

red 54 ◦ green 124 ◦ blue 54

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

Shades of Japanese Laurel #367C36

Tints of Japanese Laurel #367C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 23.28%
G = 53.45%
B = 23.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#367C36 (or 0x367C36) is known color: Japanese Laurel. HEX triplet: 36, 7C and 36. RGB value is (54,124,54). Sum of RGB (Red+Green+Blue) = 54+124+54=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #367C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C36 is #C983C9. Grayscale: #5F5F5F. Windows color (decimal): -13206474 or 3570742. OLE color: 3570742.

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

Color convert

RGB 54 124 54 -
CMYK 0.56 0 0.56 0.51
HSL 120º 0.39% 0.35% -
HSV(B) 120º 0.56% 0.49% -
XYZ 9.39 15.47 5.98 -
YUV 95.09 104.81 98.69 -
System Red Green Blue C M Y K H S L
Decimal 54 124 54 0.56 0 0.56 0.51 120 0.39 0.35
Hex 36 7C 36 38 0 38 33 78 27 23
Octal 66 174 66 70 0 70 63 170 47 43
Binary 110110 1111100 110110 111000 0 111000 110011 1111000 100111 100011

Color Harmonies of #367C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C36

Black with #367C36

Text Example


Text Example

White with #367C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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