#357642

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

Shades of Japanese Laurel #357642

Tints of Japanese Laurel #357642

Color information

#357642 (or 0x357642) is unknown color: approx Japanese Laurel. HEX triplet: 35, 76 and 42. RGB value is (53,118,66). Sum of RGB (Red+Green+Blue) = 53+118+66=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #357642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357642 is #CA89BD. Grayscale: #5C5C5C. Windows color (decimal): -13273534 or 4355637. OLE color: 4355637.

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

Color convert

RGB5311866-
CMYK0.5500.440.54
HSL132º38.01%33.53%-
HSV(B)132º55.08%46.27%-
XYZ8.9314.117.41-
YUV92.64112.9799.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 118 (46.48% from 255) = 49.79%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=22.36%
G=49.79%
B=27.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118660.5500.440.5413238.0133.53
Hex3576423702C36842622
Octal6516610267054662044642
Binary11010111101101000010110111010110011011010000100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357642; }

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

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

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

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

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

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

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

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