Html Css Color HEX #3A995E Eucalyptus

📋 copy color: '#3A995E'

red 58 ◦ green 153 ◦ blue 94

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

Shades of Eucalyptus #3A995E

Tints of Eucalyptus #3A995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

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

R = 19.02%
G = 50.16%
B = 30.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#3A995E (or 0x3A995E) is known color: Eucalyptus. HEX triplet: 3A, 99 and 5E. RGB value is (58,153,94). Sum of RGB (Red+Green+Blue) = 58+153+94=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #3A995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A995E is #C566A1. Grayscale: #767676. Windows color (decimal): -12936866 or 6199610. OLE color: 6199610.

HSL color Cylindrical-coordinate representation of color #3A995E: hue angle of 142.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A995E is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 58 153 94 -
CMYK 0.62 0 0.39 0.4
HSL 142.74º 0.45% 0.41% -
HSV(B) 142.74º 0.62% 0.6% -
XYZ 15.16 24.49 14.52 -
YUV 117.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 58 153 94 0.62 0 0.39 0.4 142.74 0.45 0.41
Hex 3A 99 5E 3E 0 27 28 8F 2D 29
Octal 72 231 136 76 0 47 50 217 55 51
Binary 111010 10011001 1011110 111110 0 100111 101000 10001111 101101 101001

Color Harmonies of #3A995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A995E

Black with #3A995E

Text Example


Text Example

White with #3A995E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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