#35712B

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

Shades of Japanese Laurel #35712B

Tints of Japanese Laurel #35712B

Color information

#35712B (or 0x35712B) is unknown color: approx Japanese Laurel. HEX triplet: 35, 71 and 2B. RGB value is (53,113,43). Sum of RGB (Red+Green+Blue) = 53+113+43=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #35712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35712B is #CA8ED4. Grayscale: #575757. Windows color (decimal): -13274837 or 2847029. OLE color: 2847029.

HSL color Cylindrical-coordinate representation of color #35712B: hue angle of 111.43º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35712B is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB5311343-
CMYK0.5300.620.56
HSL111.43º44.87%30.59%-
HSV(B)111.43º61.95%44.31%-
XYZ7.8112.744.33-
YUV87.08103.12103.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 113 (44.53% from 255) = 54.07%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=25.36%
G=54.07%
B=20.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113430.5300.620.56111.4344.8730.59
Hex35712B3503E386f2d1f
Octal651615365076701575537
Binary11010111100011010111101010111110111000110111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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