#35702F

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

Shades of Japanese Laurel #35702F

Tints of Japanese Laurel #35702F

Color information

#35702F (or 0x35702F) is unknown color: approx Japanese Laurel. HEX triplet: 35, 70 and 2F. RGB value is (53,112,47). Sum of RGB (Red+Green+Blue) = 53+112+47=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #35702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35702F is #CA8FD0. Grayscale: #575757. Windows color (decimal): -13275089 or 3108917. OLE color: 3108917.

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

Color convert

RGB5311247-
CMYK0.5300.580.56
HSL114.46º40.88%31.18%-
HSV(B)114.46º58.04%43.92%-
XYZ7.7812.554.7-
YUV86.95105.45103.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 47 (18.75% from 255) = 22.17%
R=25%
G=52.83%
B=22.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112470.5300.580.56114.4640.8831.18
Hex35702F3503A3872291f
Octal651605765072701625137
Binary11010111100001011111101010111010111000111001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,112,47); }

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

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

 a { background-color: rgb(53,112,47); }

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

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

 span { border-color: rgb(53,112,47); }

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