Html Css Color HEX #3A9466 Eucalyptus

📋 copy color: '#3A9466'

red 58 ◦ green 148 ◦ blue 102

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

Shades of Eucalyptus #3A9466

Tints of Eucalyptus #3A9466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.12%

R = 18.83%
G = 48.05%
B = 33.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#3A9466 (or 0x3A9466) is known color: Eucalyptus. HEX triplet: 3A, 94 and 66. RGB value is (58,148,102). Sum of RGB (Red+Green+Blue) = 58+148+102=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9466 is #C56B99. Grayscale: #737373. Windows color (decimal): -12938138 or 6722618. OLE color: 6722618.

HSL color Cylindrical-coordinate representation of color #3A9466: hue angle of 149.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 #3A9466 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 148 102 -
CMYK 0.61 0 0.31 0.42
HSL 149.33º 0.44% 0.4% -
HSV(B) 149.33º 0.61% 0.58% -
XYZ 14.73 23.04 16.24 -
YUV 115.85 120.18 86.74 -
System Red Green Blue C M Y K H S L
Decimal 58 148 102 0.61 0 0.31 0.42 149.33 0.44 0.4
Hex 3A 94 66 3D 0 1F 2A 95 2C 28
Octal 72 224 146 75 0 37 52 225 54 50
Binary 111010 10010100 1100110 111101 0 11111 101010 10010101 101100 101000

Color Harmonies of #3A9466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9466

Black with #3A9466

Text Example


Text Example

White with #3A9466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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