Html Css Color HEX #367140 Japanese Laurel

📋 copy color: '#367140'

red 54 ◦ green 113 ◦ blue 64

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

Shades of Japanese Laurel #367140

Tints of Japanese Laurel #367140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.92%

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

R = 23.38%
G = 48.92%
B = 27.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#367140 (or 0x367140) is known color: Japanese Laurel. HEX triplet: 36, 71 and 40. RGB value is (54,113,64). Sum of RGB (Red+Green+Blue) = 54+113+64=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #367140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367140 is #C98EBF. Grayscale: #595959. Windows color (decimal): -13209280 or 4223286. OLE color: 4223286.

HSL color Cylindrical-coordinate representation of color #367140: hue angle of 130.17º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367140 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 64 -
CMYK 0.52 0 0.43 0.56
HSL 130.17º 0.35% 0.33% -
HSV(B) 130.17º 0.52% 0.44% -
XYZ 8.35 12.96 6.91 -
YUV 89.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 54 113 64 0.52 0 0.43 0.56 130.17 0.35 0.33
Hex 36 71 40 34 0 2B 38 82 23 21
Octal 66 161 100 64 0 53 70 202 43 41
Binary 110110 1110001 1000000 110100 0 101011 111000 10000010 100011 100001

Color Harmonies of #367140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367140

Black with #367140

Text Example


Text Example

White with #367140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367140; }

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

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

background-color css

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

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

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

border-color css

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

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

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