#357543

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

Shades of Japanese Laurel #357543

Tints of Japanese Laurel #357543

Color information

#357543 (or 0x357543) is unknown color: approx Japanese Laurel. HEX triplet: 35, 75 and 43. RGB value is (53,117,67). Sum of RGB (Red+Green+Blue) = 53+117+67=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #357543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357543 is #CA8ABC. Grayscale: #5C5C5C. Windows color (decimal): -13273789 or 4420917. OLE color: 4420917.

HSL color Cylindrical-coordinate representation of color #357543: hue angle of 133.12º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357543 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB5311767-
CMYK0.5500.430.54
HSL133.12º37.65%33.33%-
HSV(B)133.12º54.7%45.88%-
XYZ8.8413.887.52-
YUV92.16113.8100.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 67 (26.56% from 255) = 28.27%
R=22.36%
G=49.37%
B=28.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117670.5500.430.54133.1237.6533.33
Hex3575433702B36852621
Octal6516510367053662054641
Binary11010111101011000011110111010101111011010000101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357543; }

 p { color: rgb(53,117,67); }

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

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

 a { background-color: rgb(53,117,67); }

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

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

 span { border-color: rgb(53,117,67); }

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