Html Css Color HEX #367D2E Japanese Laurel

📋 copy color: '#367D2E'

red 54 ◦ green 125 ◦ blue 46

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

Shades of Japanese Laurel #367D2E

Tints of Japanese Laurel #367D2E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.56%

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 24%
G = 55.56%
B = 20.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#367D2E (or 0x367D2E) is known color: Japanese Laurel. HEX triplet: 36, 7D and 2E. RGB value is (54,125,46). Sum of RGB (Red+Green+Blue) = 54+125+46=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #367D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367D2E is #C982D1. Grayscale: #5F5F5F. Windows color (decimal): -13206226 or 3046710. OLE color: 3046710.

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

Color convert

RGB 54 125 46 -
CMYK 0.57 0 0.63 0.51
HSL 113.92º 0.46% 0.34% -
HSV(B) 113.92º 0.63% 0.49% -
XYZ 9.35 15.65 5.11 -
YUV 94.77 100.48 98.92 -
System Red Green Blue C M Y K H S L
Decimal 54 125 46 0.57 0 0.63 0.51 113.92 0.46 0.34
Hex 36 7D 2E 39 0 3F 33 72 2E 22
Octal 66 175 56 71 0 77 63 162 56 42
Binary 110110 1111101 101110 111001 0 111111 110011 1110010 101110 100010

Color Harmonies of #367D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D2E

Black with #367D2E

Text Example


Text Example

White with #367D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,125,46); }

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

background-color css

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

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

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

border-color css

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

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

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