#357133

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

Shades of Japanese Laurel #357133

Tints of Japanese Laurel #357133

Color information

#357133 (or 0x357133) is unknown color: approx Japanese Laurel. HEX triplet: 35, 71 and 33. RGB value is (53,113,51). Sum of RGB (Red+Green+Blue) = 53+113+51=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #357133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357133 is #CA8ECC. Grayscale: #585858. Windows color (decimal): -13274829 or 3371317. OLE color: 3371317.

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

Color convert

RGB5311351-
CMYK0.5300.550.56
HSL118.06º37.8%32.16%-
HSV(B)118.06º54.87%44.31%-
XYZ7.9712.815.18-
YUV87.99107.12103.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 51 (20.31% from 255) = 23.50%
R=24.42%
G=52.07%
B=23.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113510.5300.550.56118.0637.832.16
Hex3571333503738762620
Octal651616365067701664640
Binary110101111000111001111010101101111110001110110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357133; }

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

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

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

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

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

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

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

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