Html Css Color HEX #367F3E Japanese Laurel

📋 copy color: '#367F3E'

red 54 ◦ green 127 ◦ blue 62

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

Shades of Japanese Laurel #367F3E

Tints of Japanese Laurel #367F3E

RGB

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

 GREEN value IS 127 (50% from 255) = 52.26%

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 22.22%
G = 52.26%
B = 25.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#367F3E (or 0x367F3E) is known color: Japanese Laurel. HEX triplet: 36, 7F and 3E. RGB value is (54,127,62). Sum of RGB (Red+Green+Blue) = 54+127+62=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #367F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367F3E is #C980C1. Grayscale: #616161. Windows color (decimal): -13205698 or 4095798. OLE color: 4095798.

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

Color convert

RGB 54 127 62 -
CMYK 0.57 0 0.51 0.50
HSL 126.58º 0.4% 0.35% -
HSV(B) 126.58º 0.57% 0.5% -
XYZ 9.98 16.31 7.18 -
YUV 97.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 54 127 62 0.57 0 0.51 0.50 126.58 0.4 0.35
Hex 36 7F 3E 39 0 33 32 7F 28 23
Octal 66 177 76 71 0 63 62 177 50 43
Binary 110110 1111111 111110 111001 0 110011 110010 1111111 101000 100011

Color Harmonies of #367F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F3E

Black with #367F3E

Text Example


Text Example

White with #367F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,127,62); }

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

background-color css

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

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

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

border-color css

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

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

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