Html Css Color HEX #3A955B Eucalyptus

📋 copy color: '#3A955B'

red 58 ◦ green 149 ◦ blue 91

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

Shades of Eucalyptus #3A955B

Tints of Eucalyptus #3A955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50%

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 19.46%
G = 50%
B = 30.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#3A955B (or 0x3A955B) is known color: Eucalyptus. HEX triplet: 3A, 95 and 5B. RGB value is (58,149,91). Sum of RGB (Red+Green+Blue) = 58+149+91=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #3A955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A955B is #C56AA4. Grayscale: #737373. Windows color (decimal): -12937893 or 6001978. OLE color: 6001978.

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

Color convert

RGB 58 149 91 -
CMYK 0.61 0 0.39 0.42
HSL 141.76º 0.44% 0.41% -
HSV(B) 141.76º 0.61% 0.58% -
XYZ 14.38 23.15 13.61 -
YUV 115.18 114.35 87.22 -
System Red Green Blue C M Y K H S L
Decimal 58 149 91 0.61 0 0.39 0.42 141.76 0.44 0.41
Hex 3A 95 5B 3D 0 27 2A 8E 2C 29
Octal 72 225 133 75 0 47 52 216 54 51
Binary 111010 10010101 1011011 111101 0 100111 101010 10001110 101100 101001

Color Harmonies of #3A955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A955B

Black with #3A955B

Text Example


Text Example

White with #3A955B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,149,91); }

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

background-color css

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

 a { background-color: rgb(58,149,91); }

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

border-color css

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

 span { border-color: rgb(58,149,91); }

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