#357743

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

Shades of Japanese Laurel #357743

Tints of Japanese Laurel #357743

Color information

#357743 (or 0x357743) is unknown color: approx Japanese Laurel. HEX triplet: 35, 77 and 43. RGB value is (53,119,67). Sum of RGB (Red+Green+Blue) = 53+119+67=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #357743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357743 is #CA88BC. Grayscale: #5D5D5D. Windows color (decimal): -13273277 or 4421429. OLE color: 4421429.

HSL color Cylindrical-coordinate representation of color #357743: hue angle of 132.73º 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 #357743 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB5311967-
CMYK0.5500.440.53
HSL132.73º38.37%33.73%-
HSV(B)132.73º55.46%46.67%-
XYZ9.0814.367.6-
YUV93.34113.1399.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 67 (26.56% from 255) = 28.03%
R=22.18%
G=49.79%
B=28.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119670.5500.440.53132.7338.3733.73
Hex3577433702C35852622
Octal6516710367054652054642
Binary11010111101111000011110111010110011010110000101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357743; }

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

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

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

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

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

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

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

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