#3A893E

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

Shades of Japanese Laurel #3A893E

Tints of Japanese Laurel #3A893E

Color information

#3A893E (or 0x3A893E) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 89 and 3E. RGB value is (58,137,62). Sum of RGB (Red+Green+Blue) = 58+137+62=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #3A893E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A893E is #C576C1. Grayscale: #696969. Windows color (decimal): -12940994 or 4098362. OLE color: 4098362.

HSL color Cylindrical-coordinate representation of color #3A893E: hue angle of 123.04º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A893E is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB5813762-
CMYK0.5800.550.46
HSL123.04º40.51%38.24%-
HSV(B)123.04º57.66%53.73%-
XYZ11.5619.147.64-
YUV104.83103.8394.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.57%
GREEN value IS 137 (53.91% from 255) = 53.31%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=22.57%
G=53.31%
B=24.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58137620.5800.550.46123.0440.5138.24
Hex3A893E3A0372E7b2926
Octal722117672067561735146
Binary1110101000100111111011101001101111011101111011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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