Html Css Color HEX #3AA265 Eucalyptus

📋 copy color: '#3AA265'

red 58 ◦ green 162 ◦ blue 101

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

Shades of Eucalyptus #3AA265

Tints of Eucalyptus #3AA265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.47%

 BLUE value IS 101 (39.84% from 255) = 31.46%

R = 18.07%
G = 50.47%
B = 31.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#3AA265 (or 0x3AA265) is known color: Eucalyptus. HEX triplet: 3A, A2 and 65. RGB value is (58,162,101). Sum of RGB (Red+Green+Blue) = 58+162+101=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA265 is #C55D9A. Grayscale: #7C7C7C. Windows color (decimal): -12934555 or 6660666. OLE color: 6660666.

HSL color Cylindrical-coordinate representation of color #3AA265: hue angle of 144.81º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA265 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 58 162 101 -
CMYK 0.64 0 0.38 0.36
HSL 144.81º 0.47% 0.43% -
HSV(B) 144.81º 0.64% 0.64% -
XYZ 17.01 27.68 16.76 -
YUV 123.95 115.04 80.96 -
System Red Green Blue C M Y K H S L
Decimal 58 162 101 0.64 0 0.38 0.36 144.81 0.47 0.43
Hex 3A A2 65 40 0 26 24 91 2F 2B
Octal 72 242 145 100 0 46 44 221 57 53
Binary 111010 10100010 1100101 1000000 0 100110 100100 10010001 101111 101011

Color Harmonies of #3AA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA265

Black with #3AA265

Text Example


Text Example

White with #3AA265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,162,101); }

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

background-color css

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

 a { background-color: rgb(58,162,101); }

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

border-color css

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

 span { border-color: rgb(58,162,101); }

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