#357643

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

Shades of Japanese Laurel #357643

Tints of Japanese Laurel #357643

Color information

#357643 (or 0x357643) is unknown color: approx Japanese Laurel. HEX triplet: 35, 76 and 43. RGB value is (53,118,67). Sum of RGB (Red+Green+Blue) = 53+118+67=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #357643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357643 is #CA89BC. Grayscale: #5C5C5C. Windows color (decimal): -13273533 or 4421173. OLE color: 4421173.

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

Color convert

RGB5311867-
CMYK0.5500.430.54
HSL132.92º38.01%33.53%-
HSV(B)132.92º55.08%46.27%-
XYZ8.9614.127.56-
YUV92.75113.4799.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 118 (46.48% from 255) = 49.58%
BLUE value IS 67 (26.56% from 255) = 28.15%
R=22.27%
G=49.58%
B=28.15%

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
Decimal53118670.5500.430.54132.9238.0133.53
Hex3576433702B36852622
Octal6516610367053662054642
Binary11010111101101000011110111010101111011010000101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357643; }

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

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

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

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

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

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

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

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