#35873D

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

Shades of Japanese Laurel #35873D

Tints of Japanese Laurel #35873D

Color information

#35873D (or 0x35873D) is unknown color: approx Japanese Laurel. HEX triplet: 35, 87 and 3D. RGB value is (53,135,61). Sum of RGB (Red+Green+Blue) = 53+135+61=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #35873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35873D is #CA78C2. Grayscale: #666666. Windows color (decimal): -13269187 or 4032309. OLE color: 4032309.

HSL color Cylindrical-coordinate representation of color #35873D: hue angle of 125.85º 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 #35873D is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB5313561-
CMYK0.6100.550.47
HSL125.85º43.62%36.86%-
HSV(B)125.85º60.74%52.94%-
XYZ10.9718.427.39-
YUV102.05104.8393.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 61 (24.22% from 255) = 24.50%
R=21.29%
G=54.22%
B=24.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135610.6100.550.47125.8543.6236.86
Hex35873D3D0372F7e2c25
Octal652077575067571765445
Binary1101011000011111110111110101101111011111111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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