Html Css Color HEX #3A946C Eucalyptus

📋 copy color: '#3A946C'

red 58 ◦ green 148 ◦ blue 108

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

Shades of Eucalyptus #3A946C

Tints of Eucalyptus #3A946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

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

R = 18.47%
G = 47.13%
B = 34.39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#3A946C (or 0x3A946C) is known color: Eucalyptus. HEX triplet: 3A, 94 and 6C. RGB value is (58,148,108). Sum of RGB (Red+Green+Blue) = 58+148+108=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #3A946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A946C is #C56B93. Grayscale: #747474. Windows color (decimal): -12938132 or 7115834. OLE color: 7115834.

HSL color Cylindrical-coordinate representation of color #3A946C: hue angle of 153.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A946C is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 148 108 -
CMYK 0.61 0 0.27 0.42
HSL 153.33º 0.44% 0.4% -
HSV(B) 153.33º 0.61% 0.58% -
XYZ 15.04 23.16 17.87 -
YUV 116.53 123.18 86.25 -
System Red Green Blue C M Y K H S L
Decimal 58 148 108 0.61 0 0.27 0.42 153.33 0.44 0.4
Hex 3A 94 6C 3D 0 1B 2A 99 2C 28
Octal 72 224 154 75 0 33 52 231 54 50
Binary 111010 10010100 1101100 111101 0 11011 101010 10011001 101100 101000

Color Harmonies of #3A946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A946C

Black with #3A946C

Text Example


Text Example

White with #3A946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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