#3A753F

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

Shades of Japanese Laurel #3A753F

Tints of Japanese Laurel #3A753F

Color information

#3A753F (or 0x3A753F) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 75 and 3F. RGB value is (58,117,63). Sum of RGB (Red+Green+Blue) = 58+117+63=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #3A753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A753F is #C58AC0. Grayscale: #5D5D5D. Windows color (decimal): -12946113 or 4158778. OLE color: 4158778.

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

Color convert

RGB5811763-
CMYK0.5000.460.54
HSL125.08º33.71%34.31%-
HSV(B)125.08º50.43%45.88%-
XYZ913.986.93-
YUV93.2110.95102.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.37%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 63 (25% from 255) = 26.47%
R=24.37%
G=49.16%
B=26.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58117630.5000.460.54125.0833.7134.31
Hex3A753F3202E367d2222
Octal721657762056661754242
Binary111010111010111111111001001011101101101111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A753F; }

 p { color: rgb(58,117,63); }

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

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

 a { background-color: rgb(58,117,63); }

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

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

 span { border-color: rgb(58,117,63); }

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