Html Css Color HEX #367941 Japanese Laurel

📋 copy color: '#367941'

red 54 ◦ green 121 ◦ blue 65

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

Shades of Japanese Laurel #367941

Tints of Japanese Laurel #367941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.42%

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 22.5%
G = 50.42%
B = 27.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#367941 (or 0x367941) is known color: Japanese Laurel. HEX triplet: 36, 79 and 41. RGB value is (54,121,65). Sum of RGB (Red+Green+Blue) = 54+121+65=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #367941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367941 is #C986BE. Grayscale: #5E5E5E. Windows color (decimal): -13207231 or 4290870. OLE color: 4290870.

HSL color Cylindrical-coordinate representation of color #367941: hue angle of 129.85º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367941 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 121 65 -
CMYK 0.55 0 0.46 0.53
HSL 129.85º 0.38% 0.34% -
HSV(B) 129.85º 0.55% 0.47% -
XYZ 9.31 14.84 7.37 -
YUV 94.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 54 121 65 0.55 0 0.46 0.53 129.85 0.38 0.34
Hex 36 79 41 37 0 2E 35 82 26 22
Octal 66 171 101 67 0 56 65 202 46 42
Binary 110110 1111001 1000001 110111 0 101110 110101 10000010 100110 100010

Color Harmonies of #367941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367941

Black with #367941

Text Example


Text Example

White with #367941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367941; }

 p { color: rgb(54,121,65); }

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

background-color css

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

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

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

border-color css

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

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

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