#357742

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

Shades of Japanese Laurel #357742

Tints of Japanese Laurel #357742

Color information

#357742 (or 0x357742) is unknown color: approx Japanese Laurel. HEX triplet: 35, 77 and 42. RGB value is (53,119,66). Sum of RGB (Red+Green+Blue) = 53+119+66=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #357742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357742 is #CA88BD. Grayscale: #5D5D5D. Windows color (decimal): -13273278 or 4355893. OLE color: 4355893.

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

Color convert

RGB5311966-
CMYK0.5500.450.53
HSL131.82º38.37%33.73%-
HSV(B)131.82º55.46%46.67%-
XYZ9.0514.347.45-
YUV93.22112.6399.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=22.27%
G=50%
B=27.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119660.5500.450.53131.8238.3733.73
Hex3577423702D35842622
Octal6516710267055652044642
Binary11010111101111000010110111010110111010110000100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357742; }

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

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

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

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

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

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

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

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