#358033

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

Shades of Japanese Laurel #358033

Tints of Japanese Laurel #358033

Color information

#358033 (or 0x358033) is unknown color: approx Japanese Laurel. HEX triplet: 35, 80 and 33. RGB value is (53,128,51). Sum of RGB (Red+Green+Blue) = 53+128+51=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #358033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358033 is #CA7FCC. Grayscale: #616161. Windows color (decimal): -13270989 or 3375157. OLE color: 3375157.

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

Color convert

RGB5312851-
CMYK0.5900.600.50
HSL118.44º43.02%35.1%-
HSV(B)118.44º60.16%50.2%-
XYZ9.7816.435.79-
YUV96.8102.1596.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 128 (50.39% from 255) = 55.17%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=22.84%
G=55.17%
B=21.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128510.5900.600.50118.4443.0235.1
Hex3580333B03C32762b23
Octal652006373074621665343
Binary1101011000000011001111101101111001100101110110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358033; }

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

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

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

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

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

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

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

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