#357839

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

Shades of Japanese Laurel #357839

Tints of Japanese Laurel #357839

Color information

#357839 (or 0x357839) is unknown color: approx Japanese Laurel. HEX triplet: 35, 78 and 39. RGB value is (53,120,57). Sum of RGB (Red+Green+Blue) = 53+120+57=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #357839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357839 is #CA87C6. Grayscale: #5C5C5C. Windows color (decimal): -13273031 or 3766325. OLE color: 3766325.

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

Color convert

RGB5312057-
CMYK0.5600.520.53
HSL123.58º38.73%33.92%-
HSV(B)123.58º55.83%47.06%-
XYZ8.9214.496.2-
YUV92.78107.899.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 57 (22.66% from 255) = 24.78%
R=23.04%
G=52.17%
B=24.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120570.5600.520.53123.5838.7333.92
Hex35783938034357c2722
Octal651707170064651744742
Binary110101111100011100111100001101001101011111100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357839; }

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

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

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

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

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

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

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

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