#357835

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

Shades of Japanese Laurel #357835

Tints of Japanese Laurel #357835

Color information

#357835 (or 0x357835) is unknown color: approx Japanese Laurel. HEX triplet: 35, 78 and 35. RGB value is (53,120,53). Sum of RGB (Red+Green+Blue) = 53+120+53=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #357835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357835 is #CA87CA. Grayscale: #5C5C5C. Windows color (decimal): -13273035 or 3504181. OLE color: 3504181.

HSL color Cylindrical-coordinate representation of color #357835: hue angle of 120º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357835 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB5312053-
CMYK0.5600.560.53
HSL120º38.73%33.92%-
HSV(B)120º55.83%47.06%-
XYZ8.8314.455.69-
YUV92.33105.899.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 120 (47.27% from 255) = 53.10%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=23.45%
G=53.10%
B=23.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120530.5600.560.5312038.7333.92
Hex3578353803835782722
Octal651706570070651704742
Binary110101111100011010111100001110001101011111000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357835; }

 p { color: rgb(53,120,53); }

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

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

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

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

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

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

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