Html Css Color HEX #3A8A64 Eucalyptus

📋 copy color: '#3A8A64'

red 58 ◦ green 138 ◦ blue 100

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

Shades of Eucalyptus #3A8A64

Tints of Eucalyptus #3A8A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.62%

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 19.59%
G = 46.62%
B = 33.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#3A8A64 (or 0x3A8A64) is known color: Eucalyptus. HEX triplet: 3A, 8A and 64. RGB value is (58,138,100). Sum of RGB (Red+Green+Blue) = 58+138+100=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A64 is #C5759B. Grayscale: #6D6D6D. Windows color (decimal): -12940700 or 6588986. OLE color: 6588986.

HSL color Cylindrical-coordinate representation of color #3A8A64: hue angle of 151.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A64 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 138 100 -
CMYK 0.58 0 0.28 0.46
HSL 151.5º 0.41% 0.38% -
HSV(B) 151.5º 0.58% 0.54% -
XYZ 13.13 20 15.22 -
YUV 109.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 58 138 100 0.58 0 0.28 0.46 151.5 0.41 0.38
Hex 3A 8A 64 3A 0 1C 2E 98 29 26
Octal 72 212 144 72 0 34 56 230 51 46
Binary 111010 10001010 1100100 111010 0 11100 101110 10011000 101001 100110

Color Harmonies of #3A8A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8A64

Black with #3A8A64

Text Example


Text Example

White with #3A8A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,138,100); }

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

background-color css

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

 a { background-color: rgb(58,138,100); }

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

border-color css

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

 span { border-color: rgb(58,138,100); }

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