Html Css Color HEX #3A9065 Eucalyptus

📋 copy color: '#3A9065'

red 58 ◦ green 144 ◦ blue 101

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

Shades of Eucalyptus #3A9065

Tints of Eucalyptus #3A9065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.52%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 19.14%
G = 47.52%
B = 33.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#3A9065 (or 0x3A9065) is known color: Eucalyptus. HEX triplet: 3A, 90 and 65. RGB value is (58,144,101). Sum of RGB (Red+Green+Blue) = 58+144+101=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #3A9065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9065 is #C56F9A. Grayscale: #717171. Windows color (decimal): -12939163 or 6656058. OLE color: 6656058.

HSL color Cylindrical-coordinate representation of color #3A9065: hue angle of 150º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9065 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 144 101 -
CMYK 0.60 0 0.30 0.44
HSL 150º 0.43% 0.4% -
HSV(B) 150º 0.6% 0.56% -
XYZ 14.07 21.79 15.78 -
YUV 113.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 58 144 101 0.60 0 0.30 0.44 150 0.43 0.4
Hex 3A 90 65 3C 0 1E 2C 96 2B 28
Octal 72 220 145 74 0 36 54 226 53 50
Binary 111010 10010000 1100101 111100 0 11110 101100 10010110 101011 101000

Color Harmonies of #3A9065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9065

Black with #3A9065

Text Example


Text Example

White with #3A9065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,144,101); }

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

background-color css

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

 a { background-color: rgb(58,144,101); }

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

border-color css

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

 span { border-color: rgb(58,144,101); }

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