Html Css Color HEX #3A915F Eucalyptus

📋 copy color: '#3A915F'

red 58 ◦ green 145 ◦ blue 95

#3A915F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #3A915F

Tints of Eucalyptus #3A915F

RGB

 RED value IS 58 (23.05% from 255) = 19.46%

 GREEN value IS 145 (57.03% from 255) = 48.66%

 BLUE value IS 95 (37.5% from 255) = 31.88%

R = 19.46%
G = 48.66%
B = 31.88%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#3A915F (or 0x3A915F) is known color: Eucalyptus. HEX triplet: 3A, 91 and 5F. RGB value is (58,145,95). Sum of RGB (Red+Green+Blue) = 58+145+95=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #3A915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A915F is #C56EA0. Grayscale: #717171. Windows color (decimal): -12938913 or 6263098. OLE color: 6263098.

HSL color Cylindrical-coordinate representation of color #3A915F: hue angle of 145.52º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A915F is Cyan = 0.6, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 145 95 -
CMYK 0.6 0 0.34 0.43
HSL 145.52º 0.43% 0.4% -
HSV(B) 145.52º 0.6% 0.57% -
XYZ 13.94 21.98 14.33 -
YUV 113.29 117.68 88.57 -
System Red Green Blue C M Y K H S L
Decimal 58 145 95 0.6 0 0.34 0.43 145.52 0.43 0.4
Hex 3A 91 5F 3C 0 22 2B 92 2B 28
Octal 72 221 137 74 0 42 53 222 53 50
Binary 111010 10010001 1011111 111100 0 100010 101011 10010010 101011 101000

Color Harmonies of #3A915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A915F

Black with #3A915F

Text Example


Text Example

White with #3A915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,145,95); }

 H1.HeaderClassName
 {
   color: #3A915F;
 }
 .AnyTagClassName
 {
   color: #3A915F;
 }
</style>

background-color css

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

 a { background-color: rgb(58,145,95); }

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

border-color css

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

 span { border-color: rgb(58,145,95); }

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