#357942

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

Shades of Japanese Laurel #357942

Tints of Japanese Laurel #357942

Color information

#357942 (or 0x357942) is unknown color: approx Japanese Laurel. HEX triplet: 35, 79 and 42. RGB value is (53,121,66). Sum of RGB (Red+Green+Blue) = 53+121+66=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #357942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357942 is #CA86BD. Grayscale: #5E5E5E. Windows color (decimal): -13272766 or 4356405. OLE color: 4356405.

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

Color convert

RGB5312166-
CMYK0.5600.450.53
HSL131.47º39.08%34.12%-
HSV(B)131.47º56.2%47.45%-
XYZ9.2914.827.53-
YUV94.4111.9798.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 121 (47.66% from 255) = 50.42%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=22.08%
G=50.42%
B=27.5%

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
Decimal53121660.5600.450.53131.4739.0834.12
Hex3579423802D35832722
Octal6517110270055652034742
Binary11010111110011000010111000010110111010110000011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357942; }

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

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

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

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

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

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

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

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