#35713D

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

Shades of Japanese Laurel #35713D

Tints of Japanese Laurel #35713D

Color information

#35713D (or 0x35713D) is unknown color: approx Japanese Laurel. HEX triplet: 35, 71 and 3D. RGB value is (53,113,61). Sum of RGB (Red+Green+Blue) = 53+113+61=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #35713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35713D is #CA8EC2. Grayscale: #595959. Windows color (decimal): -13274819 or 4026677. OLE color: 4026677.

HSL color Cylindrical-coordinate representation of color #35713D: hue angle of 128º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35713D is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB5311361-
CMYK0.5300.460.56
HSL128º36.14%32.55%-
HSV(B)128º53.1%44.31%-
XYZ8.2212.96.47-
YUV89.13112.12102.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=23.35%
G=49.78%
B=26.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113610.5300.460.5612836.1432.55
Hex35713D3502E38802421
Octal651617565056702004441
Binary1101011110001111101110101010111011100010000000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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