#359140

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

Shades of Japanese Laurel #359140

Tints of Japanese Laurel #359140

Color information

#359140 (or 0x359140) is unknown color: approx Japanese Laurel. HEX triplet: 35, 91 and 40. RGB value is (53,145,64). Sum of RGB (Red+Green+Blue) = 53+145+64=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #359140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359140 is #CA6EBF. Grayscale: #6C6C6C. Windows color (decimal): -13266624 or 4231477. OLE color: 4231477.

HSL color Cylindrical-coordinate representation of color #359140: hue angle of 127.17º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359140 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB5314564-
CMYK0.6300.560.43
HSL127.17º46.46%38.82%-
HSV(B)127.17º63.45%56.86%-
XYZ12.5221.388.32-
YUV108.26103.0288.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 145 (57.03% from 255) = 55.34%
BLUE value IS 64 (25.39% from 255) = 24.43%
R=20.23%
G=55.34%
B=24.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53145640.6300.560.43127.1746.4638.82
Hex3591403F0382B7f2e27
Octal6522110077070531775647
Binary11010110010001100000011111101110001010111111111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359140; }

 p { color: rgb(53,145,64); }

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

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

 a { background-color: rgb(53,145,64); }

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

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

 span { border-color: rgb(53,145,64); }

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