#35722B

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

Shades of Japanese Laurel #35722B

Tints of Japanese Laurel #35722B

Color information

#35722B (or 0x35722B) is unknown color: approx Japanese Laurel. HEX triplet: 35, 72 and 2B. RGB value is (53,114,43). Sum of RGB (Red+Green+Blue) = 53+114+43=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #35722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35722B is #CA8DD4. Grayscale: #575757. Windows color (decimal): -13274581 or 2847285. OLE color: 2847285.

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

Color convert

RGB5311443-
CMYK0.5400.620.55
HSL111.55º45.22%30.78%-
HSV(B)111.55º62.28%44.71%-
XYZ7.9212.974.37-
YUV87.67102.79103.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 114 (44.92% from 255) = 54.29%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=25.24%
G=54.29%
B=20.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53114430.5400.620.55111.5545.2230.78
Hex35722B3603E37702d1f
Octal651625366076671605537
Binary11010111100101010111101100111110110111111000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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