#358036

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

Shades of Japanese Laurel #358036

Tints of Japanese Laurel #358036

Color information

#358036 (or 0x358036) is unknown color: approx Japanese Laurel. HEX triplet: 35, 80 and 36. RGB value is (53,128,54). Sum of RGB (Red+Green+Blue) = 53+128+54=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #358036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358036 is #CA7FC9. Grayscale: #616161. Windows color (decimal): -13270986 or 3571765. OLE color: 3571765.

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

Color convert

RGB5312854-
CMYK0.5900.580.50
HSL120.8º41.44%35.49%-
HSV(B)120.8º58.59%50.2%-
XYZ9.8516.466.15-
YUV97.14103.6596.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 128 (50.39% from 255) = 54.47%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=22.55%
G=54.47%
B=22.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128540.5900.580.50120.841.4435.49
Hex3580363B03A32792923
Octal652006673072621715143
Binary1101011000000011011011101101110101100101111001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358036; }

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

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

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

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

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

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

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

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