#35803B

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

Shades of Japanese Laurel #35803B

Tints of Japanese Laurel #35803B

Color information

#35803B (or 0x35803B) is unknown color: approx Japanese Laurel. HEX triplet: 35, 80 and 3B. RGB value is (53,128,59). Sum of RGB (Red+Green+Blue) = 53+128+59=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #35803B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35803B is #CA7FC4. Grayscale: #616161. Windows color (decimal): -13270981 or 3899445. OLE color: 3899445.

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

Color convert

RGB5312859-
CMYK0.5900.540.50
HSL124.8º41.44%35.49%-
HSV(B)124.8º58.59%50.2%-
XYZ9.9816.516.8-
YUV97.71106.1596.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 128 (50.39% from 255) = 53.33%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=22.08%
G=53.33%
B=24.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128590.5900.540.50124.841.4435.49
Hex35803B3B036327d2923
Octal652007373066621755143
Binary1101011000000011101111101101101101100101111101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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