#3A773E

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

Shades of Japanese Laurel #3A773E

Tints of Japanese Laurel #3A773E

Color information

#3A773E (or 0x3A773E) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 77 and 3E. RGB value is (58,119,62). Sum of RGB (Red+Green+Blue) = 58+119+62=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #3A773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A773E is #C588C1. Grayscale: #5E5E5E. Windows color (decimal): -12945602 or 4093754. OLE color: 4093754.

HSL color Cylindrical-coordinate representation of color #3A773E: hue angle of 123.93º 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 #3A773E is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB5811962-
CMYK0.5100.480.53
HSL123.93º34.46%34.71%-
HSV(B)123.93º51.26%46.67%-
XYZ9.2114.446.86-
YUV94.26109.79102.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=24.27%
G=49.79%
B=25.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119620.5100.480.53123.9334.4634.71
Hex3A773E33030357c2223
Octal721677663060651744243
Binary111010111011111111011001101100001101011111100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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