#357740

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

Shades of Japanese Laurel #357740

Tints of Japanese Laurel #357740

Color information

#357740 (or 0x357740) is unknown color: approx Japanese Laurel. HEX triplet: 35, 77 and 40. RGB value is (53,119,64). Sum of RGB (Red+Green+Blue) = 53+119+64=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #357740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357740 is #CA88BF. Grayscale: #5D5D5D. Windows color (decimal): -13273280 or 4224821. OLE color: 4224821.

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

Color convert

RGB5311964-
CMYK0.5500.460.53
HSL130º38.37%33.73%-
HSV(B)130º55.46%46.67%-
XYZ8.9914.327.14-
YUV93111.6399.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 119 (46.88% from 255) = 50.42%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=22.46%
G=50.42%
B=27.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119640.5500.460.5313038.3733.73
Hex3577403702E35822622
Octal6516710067056652024642
Binary11010111101111000000110111010111011010110000010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357740; }

 p { color: rgb(53,119,64); }

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

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

 a { background-color: rgb(53,119,64); }

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

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

 span { border-color: rgb(53,119,64); }

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