Html Css Color HEX #3A965B Eucalyptus

📋 copy color: '#3A965B'

red 58 ◦ green 150 ◦ blue 91

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

Shades of Eucalyptus #3A965B

Tints of Eucalyptus #3A965B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

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

R = 19.4%
G = 50.17%
B = 30.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#3A965B (or 0x3A965B) is known color: Eucalyptus. HEX triplet: 3A, 96 and 5B. RGB value is (58,150,91). Sum of RGB (Red+Green+Blue) = 58+150+91=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #3A965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A965B is #C569A4. Grayscale: #737373. Windows color (decimal): -12937637 or 6002234. OLE color: 6002234.

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

Color convert

RGB 58 150 91 -
CMYK 0.61 0 0.39 0.41
HSL 141.52º 0.44% 0.41% -
HSV(B) 141.52º 0.61% 0.59% -
XYZ 14.54 23.47 13.66 -
YUV 115.77 114.02 86.8 -
System Red Green Blue C M Y K H S L
Decimal 58 150 91 0.61 0 0.39 0.41 141.52 0.44 0.41
Hex 3A 96 5B 3D 0 27 29 8E 2C 29
Octal 72 226 133 75 0 47 51 216 54 51
Binary 111010 10010110 1011011 111101 0 100111 101001 10001110 101100 101001

Color Harmonies of #3A965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A965B

Black with #3A965B

Text Example


Text Example

White with #3A965B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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