Html Css Color HEX #3A8C61 Eucalyptus

📋 copy color: '#3A8C61'

red 58 ◦ green 140 ◦ blue 97

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

Shades of Eucalyptus #3A8C61

Tints of Eucalyptus #3A8C61

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.46%

 BLUE value IS 97 (38.28% from 255) = 32.88%

R = 19.66%
G = 47.46%
B = 32.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#3A8C61 (or 0x3A8C61) is known color: Eucalyptus. HEX triplet: 3A, 8C and 61. RGB value is (58,140,97). Sum of RGB (Red+Green+Blue) = 58+140+97=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #3A8C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8C61 is #C5739E. Grayscale: #6E6E6E. Windows color (decimal): -12940191 or 6392890. OLE color: 6392890.

HSL color Cylindrical-coordinate representation of color #3A8C61: hue angle of 148.54º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8C61 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 140 97 -
CMYK 0.59 0 0.31 0.45
HSL 148.54º 0.41% 0.39% -
HSV(B) 148.54º 0.59% 0.55% -
XYZ 13.28 20.52 14.57 -
YUV 110.58 120.33 90.5 -
System Red Green Blue C M Y K H S L
Decimal 58 140 97 0.59 0 0.31 0.45 148.54 0.41 0.39
Hex 3A 8C 61 3B 0 1F 2D 95 29 27
Octal 72 214 141 73 0 37 55 225 51 47
Binary 111010 10001100 1100001 111011 0 11111 101101 10010101 101001 100111

Color Harmonies of #3A8C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8C61

Black with #3A8C61

Text Example


Text Example

White with #3A8C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,140,97); }

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

background-color css

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

 a { background-color: rgb(58,140,97); }

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

border-color css

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

 span { border-color: rgb(58,140,97); }

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