Html Css Color HEX #3A915E Eucalyptus

📋 copy color: '#3A915E'

red 58 ◦ green 145 ◦ blue 94

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

Shades of Eucalyptus #3A915E

Tints of Eucalyptus #3A915E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 19.53%
G = 48.82%
B = 31.65%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#3A915E (or 0x3A915E) is known color: Eucalyptus. HEX triplet: 3A, 91 and 5E. RGB value is (58,145,94). Sum of RGB (Red+Green+Blue) = 58+145+94=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #3A915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A915E is #C56EA1. Grayscale: #717171. Windows color (decimal): -12938914 or 6197562. OLE color: 6197562.

HSL color Cylindrical-coordinate representation of color #3A915E: hue angle of 144.83º 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 #3A915E is Cyan = 0.6, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 145 94 -
CMYK 0.6 0 0.35 0.43
HSL 144.83º 0.43% 0.4% -
HSV(B) 144.83º 0.6% 0.57% -
XYZ 13.89 21.96 14.1 -
YUV 113.17 117.18 88.65 -
System Red Green Blue C M Y K H S L
Decimal 58 145 94 0.6 0 0.35 0.43 144.83 0.43 0.4
Hex 3A 91 5E 3C 0 23 2B 91 2B 28
Octal 72 221 136 74 0 43 53 221 53 50
Binary 111010 10010001 1011110 111100 0 100011 101011 10010001 101011 101000

Color Harmonies of #3A915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A915E

Black with #3A915E

Text Example


Text Example

White with #3A915E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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