Html Css Color HEX #3A915D Eucalyptus

📋 copy color: '#3A915D'

red 58 ◦ green 145 ◦ blue 93

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

Shades of Eucalyptus #3A915D

Tints of Eucalyptus #3A915D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 19.59%
G = 48.99%
B = 31.42%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#3A915D (or 0x3A915D) is known color: Eucalyptus. HEX triplet: 3A, 91 and 5D. RGB value is (58,145,93). Sum of RGB (Red+Green+Blue) = 58+145+93=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #3A915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A915D is #C56EA2. Grayscale: #717171. Windows color (decimal): -12938915 or 6132026. OLE color: 6132026.

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

Color convert

RGB 58 145 93 -
CMYK 0.6 0 0.36 0.43
HSL 144.14º 0.43% 0.4% -
HSV(B) 144.14º 0.6% 0.57% -
XYZ 13.85 21.94 13.86 -
YUV 113.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 58 145 93 0.6 0 0.36 0.43 144.14 0.43 0.4
Hex 3A 91 5D 3C 0 24 2B 90 2B 28
Octal 72 221 135 74 0 44 53 220 53 50
Binary 111010 10010001 1011101 111100 0 100100 101011 10010000 101011 101000

Color Harmonies of #3A915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A915D

Black with #3A915D

Text Example


Text Example

White with #3A915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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