Html Css Color HEX #3A8F5F Eucalyptus

📋 copy color: '#3A8F5F'

red 58 ◦ green 143 ◦ blue 95

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

Shades of Eucalyptus #3A8F5F

Tints of Eucalyptus #3A8F5F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.31%

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 19.59%
G = 48.31%
B = 32.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#3A8F5F (or 0x3A8F5F) is known color: Eucalyptus. HEX triplet: 3A, 8F and 5F. RGB value is (58,143,95). Sum of RGB (Red+Green+Blue) = 58+143+95=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #3A8F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8F5F is #C570A0. Grayscale: #707070. Windows color (decimal): -12939425 or 6262586. OLE color: 6262586.

HSL color Cylindrical-coordinate representation of color #3A8F5F: hue angle of 146.12º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8F5F is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 143 95 -
CMYK 0.59 0 0.34 0.44
HSL 146.12º 0.42% 0.39% -
HSV(B) 146.12º 0.59% 0.56% -
XYZ 13.63 21.37 14.23 -
YUV 112.11 118.34 89.4 -
System Red Green Blue C M Y K H S L
Decimal 58 143 95 0.59 0 0.34 0.44 146.12 0.42 0.39
Hex 3A 8F 5F 3B 0 22 2C 92 2A 27
Octal 72 217 137 73 0 42 54 222 52 47
Binary 111010 10001111 1011111 111011 0 100010 101100 10010010 101010 100111

Color Harmonies of #3A8F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8F5F

Black with #3A8F5F

Text Example


Text Example

White with #3A8F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,143,95); }

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

background-color css

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

 a { background-color: rgb(58,143,95); }

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

border-color css

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

 span { border-color: rgb(58,143,95); }

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