#368740

Color #368740 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #368740

Tints of Japanese Laurel #368740

Color information

#368740 (or 0x368740) is unknown color: approx Japanese Laurel. HEX triplet: 36, 87 and 40. RGB value is (54,135,64). Sum of RGB (Red+Green+Blue) = 54+135+64=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #368740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368740 is #C978BF. Grayscale: #666666. Windows color (decimal): -13203648 or 4228918. OLE color: 4228918.

HSL color Cylindrical-coordinate representation of color #368740: hue angle of 127.41º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368740 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB5413564-
CMYK0.6000.530.47
HSL127.41º42.86%37.06%-
HSV(B)127.41º60%52.94%-
XYZ11.1118.487.83-
YUV102.69106.1693.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 135 (53.12% from 255) = 53.36%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=21.34%
G=53.36%
B=25.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54135640.6000.530.47127.4142.8637.06
Hex3687403C0352F7f2b25
Octal6620710074065571775345
Binary11011010000111100000011110001101011011111111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368740; }

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

 H1.HeaderClassName
 {
   color: #368740;
 }
 .AnyTagClassName
 {
   color: #368740;
 }
</style>
background-color css

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

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

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

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

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

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