#358041

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

Shades of Japanese Laurel #358041

Tints of Japanese Laurel #358041

Color information

#358041 (or 0x358041) is unknown color: approx Japanese Laurel. HEX triplet: 35, 80 and 41. RGB value is (53,128,65). Sum of RGB (Red+Green+Blue) = 53+128+65=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #358041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358041 is #CA7FBE. Grayscale: #626262. Windows color (decimal): -13270975 or 4292661. OLE color: 4292661.

HSL color Cylindrical-coordinate representation of color #358041: hue angle of 129.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358041 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB5312865-
CMYK0.5900.490.50
HSL129.6º41.44%35.49%-
HSV(B)129.6º58.59%50.2%-
XYZ10.1416.587.67-
YUV98.39109.1595.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 128 (50.39% from 255) = 52.03%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=21.54%
G=52.03%
B=26.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128650.5900.490.50129.641.4435.49
Hex3580413B03132822923
Octal6520010173061622025143
Binary110101100000001000001111011011000111001010000010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358041; }

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

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

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

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

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

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

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

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