#357935

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

Shades of Japanese Laurel #357935

Tints of Japanese Laurel #357935

Color information

#357935 (or 0x357935) is unknown color: approx Japanese Laurel. HEX triplet: 35, 79 and 35. RGB value is (53,121,53). Sum of RGB (Red+Green+Blue) = 53+121+53=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #357935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357935 is #CA86CA. Grayscale: #5D5D5D. Windows color (decimal): -13272779 or 3504437. OLE color: 3504437.

HSL color Cylindrical-coordinate representation of color #357935: 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 #357935 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB5312153-
CMYK0.5600.560.53
HSL120º39.08%34.12%-
HSV(B)120º56.2%47.45%-
XYZ8.9514.695.73-
YUV92.92105.4799.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 121 (47.66% from 255) = 53.30%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=23.35%
G=53.30%
B=23.35%

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
Decimal53121530.5600.560.5312039.0834.12
Hex3579353803835782722
Octal651716570070651704742
Binary110101111100111010111100001110001101011111000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357935; }

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

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

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

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

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

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

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

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