#358241

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

Shades of Japanese Laurel #358241

Tints of Japanese Laurel #358241

Color information

#358241 (or 0x358241) is unknown color: approx Japanese Laurel. HEX triplet: 35, 82 and 41. RGB value is (53,130,65). Sum of RGB (Red+Green+Blue) = 53+130+65=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #358241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358241 is #CA7DBE. Grayscale: #636363. Windows color (decimal): -13270463 or 4293173. OLE color: 4293173.

HSL color Cylindrical-coordinate representation of color #358241: hue angle of 129.35º 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 #358241 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB5313065-
CMYK0.5900.500.49
HSL129.35º42.08%35.88%-
HSV(B)129.35º59.23%50.98%-
XYZ10.417.17.75-
YUV99.57108.4994.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=21.37%
G=52.42%
B=26.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130650.5900.500.49129.3542.0835.88
Hex3582413B03231812a24
Octal6520210173062612015244
Binary110101100000101000001111011011001011000110000001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358241; }

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

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

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

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

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

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

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

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