#35803C

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

Shades of Japanese Laurel #35803C

Tints of Japanese Laurel #35803C

Color information

#35803C (or 0x35803C) is unknown color: approx Japanese Laurel. HEX triplet: 35, 80 and 3C. RGB value is (53,128,60). Sum of RGB (Red+Green+Blue) = 53+128+60=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #35803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35803C is #CA7FC3. Grayscale: #626262. Windows color (decimal): -13270980 or 3964981. OLE color: 3964981.

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

Color convert

RGB5312860-
CMYK0.5900.530.50
HSL125.6º41.44%35.49%-
HSV(B)125.6º58.59%50.2%-
XYZ1016.526.94-
YUV97.82106.6596.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=21.99%
G=53.11%
B=24.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128600.5900.530.50125.641.4435.49
Hex35803C3B035327e2923
Octal652007473065621765143
Binary1101011000000011110011101101101011100101111110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35803C; }

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

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

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

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

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

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

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

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