#357138

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

Shades of Japanese Laurel #357138

Tints of Japanese Laurel #357138

Color information

#357138 (or 0x357138) is unknown color: approx Japanese Laurel. HEX triplet: 35, 71 and 38. RGB value is (53,113,56). Sum of RGB (Red+Green+Blue) = 53+113+56=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #357138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357138 is #CA8EC7. Grayscale: #585858. Windows color (decimal): -13274824 or 3698997. OLE color: 3698997.

HSL color Cylindrical-coordinate representation of color #357138: hue angle of 123º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357138 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB5311356-
CMYK0.5300.500.56
HSL123º36.14%32.55%-
HSV(B)123º53.1%44.31%-
XYZ8.0912.855.8-
YUV88.56109.62102.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 113 (44.53% from 255) = 50.90%
BLUE value IS 56 (22.27% from 255) = 25.23%
R=23.87%
G=50.90%
B=25.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113560.5300.500.5612336.1432.55
Hex35713835032387b2421
Octal651617065062701734441
Binary110101111000111100011010101100101110001111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357138; }

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

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

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

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

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

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

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

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