#357938

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

Shades of Japanese Laurel #357938

Tints of Japanese Laurel #357938

Color information

#357938 (or 0x357938) is unknown color: approx Japanese Laurel. HEX triplet: 35, 79 and 38. RGB value is (53,121,56). Sum of RGB (Red+Green+Blue) = 53+121+56=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #357938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357938 is #CA86C7. Grayscale: #5D5D5D. Windows color (decimal): -13272776 or 3701045. OLE color: 3701045.

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

Color convert

RGB5312156-
CMYK0.5600.540.53
HSL122.65º39.08%34.12%-
HSV(B)122.65º56.2%47.45%-
XYZ9.0214.726.11-
YUV93.26106.9799.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=23.04%
G=52.61%
B=24.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53121560.5600.540.53122.6539.0834.12
Hex35793838036357b2722
Octal651717070066651734742
Binary110101111100111100011100001101101101011111011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357938; }

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

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

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

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

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

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

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

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