Html Css Color HEX #3A8C62 Eucalyptus

📋 copy color: '#3A8C62'

red 58 ◦ green 140 ◦ blue 98

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

Shades of Eucalyptus #3A8C62

Tints of Eucalyptus #3A8C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 19.59%
G = 47.3%
B = 33.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#3A8C62 (or 0x3A8C62) is known color: Eucalyptus. HEX triplet: 3A, 8C and 62. RGB value is (58,140,98). Sum of RGB (Red+Green+Blue) = 58+140+98=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #3A8C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8C62 is #C5739D. Grayscale: #6E6E6E. Windows color (decimal): -12940190 or 6458426. OLE color: 6458426.

HSL color Cylindrical-coordinate representation of color #3A8C62: hue angle of 149.27º 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 #3A8C62 is Cyan = 0.59, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 140 98 -
CMYK 0.59 0 0.3 0.45
HSL 149.27º 0.41% 0.39% -
HSV(B) 149.27º 0.59% 0.55% -
XYZ 13.33 20.54 14.82 -
YUV 110.69 120.83 90.42 -
System Red Green Blue C M Y K H S L
Decimal 58 140 98 0.59 0 0.3 0.45 149.27 0.41 0.39
Hex 3A 8C 62 3B 0 1E 2D 95 29 27
Octal 72 214 142 73 0 36 55 225 51 47
Binary 111010 10001100 1100010 111011 0 11110 101101 10010101 101001 100111

Color Harmonies of #3A8C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8C62

Black with #3A8C62

Text Example


Text Example

White with #3A8C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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