#3A773F

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

Shades of Japanese Laurel #3A773F

Tints of Japanese Laurel #3A773F

Color information

#3A773F (or 0x3A773F) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 77 and 3F. RGB value is (58,119,63). Sum of RGB (Red+Green+Blue) = 58+119+63=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #3A773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A773F is #C588C0. Grayscale: #5E5E5E. Windows color (decimal): -12945601 or 4159290. OLE color: 4159290.

HSL color Cylindrical-coordinate representation of color #3A773F: hue angle of 124.92º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A773F is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB5811963-
CMYK0.5100.470.53
HSL124.92º34.46%34.71%-
HSV(B)124.92º51.26%46.67%-
XYZ9.2414.457.01-
YUV94.38110.29102.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 63 (25% from 255) = 26.25%
R=24.17%
G=49.58%
B=26.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119630.5100.470.53124.9234.4634.71
Hex3A773F3302F357d2223
Octal721677763057651754243
Binary111010111011111111111001101011111101011111101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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