#35703C

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

Shades of Japanese Laurel #35703C

Tints of Japanese Laurel #35703C

Color information

#35703C (or 0x35703C) is unknown color: approx Japanese Laurel. HEX triplet: 35, 70 and 3C. RGB value is (53,112,60). Sum of RGB (Red+Green+Blue) = 53+112+60=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #35703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35703C is #CA8FC3. Grayscale: #585858. Windows color (decimal): -13275076 or 3960885. OLE color: 3960885.

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

Color convert

RGB5311260-
CMYK0.5300.460.56
HSL127.12º35.76%32.35%-
HSV(B)127.12º52.68%43.92%-
XYZ8.0812.676.3-
YUV88.43111.95102.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=23.56%
G=49.78%
B=26.67%

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
Decimal53112600.5300.460.56127.1235.7632.35
Hex35703C3502E387f2420
Octal651607465056701774440
Binary110101111000011110011010101011101110001111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35703C; }

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

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

<style>
 a { background-color: #35703C; }

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

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

<style>
 span { border-color: #35703C; }

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

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