Html Css Color HEX #3A986C Eucalyptus

📋 copy color: '#3A986C'

red 58 ◦ green 152 ◦ blue 108

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

Shades of Eucalyptus #3A986C

Tints of Eucalyptus #3A986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.8%

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 18.24%
G = 47.8%
B = 33.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#3A986C (or 0x3A986C) is known color: Eucalyptus. HEX triplet: 3A, 98 and 6C. RGB value is (58,152,108). Sum of RGB (Red+Green+Blue) = 58+152+108=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #3A986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A986C is #C56793. Grayscale: #767676. Windows color (decimal): -12937108 or 7116858. OLE color: 7116858.

HSL color Cylindrical-coordinate representation of color #3A986C: hue angle of 151.91º 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 #3A986C is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 152 108 -
CMYK 0.62 0 0.29 0.40
HSL 151.91º 0.45% 0.41% -
HSV(B) 151.91º 0.62% 0.6% -
XYZ 15.68 24.44 18.08 -
YUV 118.88 121.86 84.58 -
System Red Green Blue C M Y K H S L
Decimal 58 152 108 0.62 0 0.29 0.40 151.91 0.45 0.41
Hex 3A 98 6C 3E 0 1D 28 98 2D 29
Octal 72 230 154 76 0 35 50 230 55 51
Binary 111010 10011000 1101100 111110 0 11101 101000 10011000 101101 101001

Color Harmonies of #3A986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A986C

Black with #3A986C

Text Example


Text Example

White with #3A986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,152,108); }

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

background-color css

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

 a { background-color: rgb(58,152,108); }

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

border-color css

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

 span { border-color: rgb(58,152,108); }

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