#358240

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

Shades of Japanese Laurel #358240

Tints of Japanese Laurel #358240

Color information

#358240 (or 0x358240) is unknown color: approx Japanese Laurel. HEX triplet: 35, 82 and 40. RGB value is (53,130,64). Sum of RGB (Red+Green+Blue) = 53+130+64=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #358240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358240 is #CA7DBF. Grayscale: #636363. Windows color (decimal): -13270464 or 4227637. OLE color: 4227637.

HSL color Cylindrical-coordinate representation of color #358240: hue angle of 128.57º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358240 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB5313064-
CMYK0.5900.510.49
HSL128.57º42.08%35.88%-
HSV(B)128.57º59.23%50.98%-
XYZ10.3817.097.6-
YUV99.45107.9994.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=21.46%
G=52.63%
B=25.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130640.5900.510.49128.5742.0835.88
Hex3582403B03331812a24
Octal6520210073063612015244
Binary110101100000101000000111011011001111000110000001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358240; }

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

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

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

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

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

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

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

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