#357C33

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

Shades of Japanese Laurel #357C33

Tints of Japanese Laurel #357C33

Color information

#357C33 (or 0x357C33) is unknown color: approx Japanese Laurel. HEX triplet: 35, 7C and 33. RGB value is (53,124,51). Sum of RGB (Red+Green+Blue) = 53+124+51=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 124 (48.83% from 255 or 54.39% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 124 - color contains mainly: green. Hex color #357C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C33 is #CA83CC. Grayscale: #5E5E5E. Windows color (decimal): -13272013 or 3374133. OLE color: 3374133.

HSL color Cylindrical-coordinate representation of color #357C33: hue angle of 118.36º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357C33 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB5312451-
CMYK0.5700.590.51
HSL118.36º41.71%34.31%-
HSV(B)118.36º58.87%48.63%-
XYZ9.2715.415.62-
YUV94.45103.4898.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 124 (48.83% from 255) = 54.39%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=23.25%
G=54.39%
B=22.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53124510.5700.590.51118.3641.7134.31
Hex357C333903B33762a22
Octal651746371073631665242
Binary110101111110011001111100101110111100111110110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357C33; }

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

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

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

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

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

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

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

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