#357842

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

Shades of Japanese Laurel #357842

Tints of Japanese Laurel #357842

Color information

#357842 (or 0x357842) is unknown color: approx Japanese Laurel. HEX triplet: 35, 78 and 42. RGB value is (53,120,66). Sum of RGB (Red+Green+Blue) = 53+120+66=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #357842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357842 is #CA87BD. Grayscale: #5D5D5D. Windows color (decimal): -13273022 or 4356149. OLE color: 4356149.

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

Color convert

RGB5312066-
CMYK0.5600.450.53
HSL131.64º38.73%33.92%-
HSV(B)131.64º55.83%47.06%-
XYZ9.1714.587.49-
YUV93.81112.398.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=22.18%
G=50.21%
B=27.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120660.5600.450.53131.6438.7333.92
Hex3578423802D35842722
Octal6517010270055652044742
Binary11010111110001000010111000010110111010110000100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357842; }

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

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

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

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

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

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

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

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