#35873F

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

Shades of Japanese Laurel #35873F

Tints of Japanese Laurel #35873F

Color information

#35873F (or 0x35873F) is unknown color: approx Japanese Laurel. HEX triplet: 35, 87 and 3F. RGB value is (53,135,63). Sum of RGB (Red+Green+Blue) = 53+135+63=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #35873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35873F is #CA78C0. Grayscale: #666666. Windows color (decimal): -13269185 or 4163381. OLE color: 4163381.

HSL color Cylindrical-coordinate representation of color #35873F: hue angle of 127.32º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35873F is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB5313563-
CMYK0.6100.530.47
HSL127.32º43.62%36.86%-
HSV(B)127.32º60.74%52.94%-
XYZ11.0318.447.68-
YUV102.27105.8392.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 63 (25% from 255) = 25.10%
R=21.12%
G=53.78%
B=25.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135630.6100.530.47127.3243.6236.86
Hex35873F3D0352F7f2c25
Octal652077775065571775445
Binary1101011000011111111111110101101011011111111111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35873F; }

 p { color: rgb(53,135,63); }

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

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

 a { background-color: rgb(53,135,63); }

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

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

 span { border-color: rgb(53,135,63); }

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