Html Css Color HEX #3AA560 Chateau Green

📋 copy color: '#3AA560'

red 58 ◦ green 165 ◦ blue 96

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

Shades of Chateau Green #3AA560

Tints of Chateau Green #3AA560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.72%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 18.18%
G = 51.72%
B = 30.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#3AA560 (or 0x3AA560) is known color: Chateau Green. HEX triplet: 3A, A5 and 60. RGB value is (58,165,96). Sum of RGB (Red+Green+Blue) = 58+165+96=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA560 is #C55A9F. Grayscale: #7D7D7D. Windows color (decimal): -12933792 or 6333754. OLE color: 6333754.

HSL color Cylindrical-coordinate representation of color #3AA560: hue angle of 141.31º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA560 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 58 165 96 -
CMYK 0.65 0 0.42 0.35
HSL 141.31º 0.48% 0.44% -
HSV(B) 141.31º 0.65% 0.65% -
XYZ 17.31 28.65 15.68 -
YUV 125.14 111.55 80.11 -
System Red Green Blue C M Y K H S L
Decimal 58 165 96 0.65 0 0.42 0.35 141.31 0.48 0.44
Hex 3A A5 60 41 0 2A 23 8D 30 2C
Octal 72 245 140 101 0 52 43 215 60 54
Binary 111010 10100101 1100000 1000001 0 101010 100011 10001101 110000 101100

Color Harmonies of #3AA560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA560

Black with #3AA560

Text Example


Text Example

White with #3AA560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,165,96); }

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

background-color css

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

 a { background-color: rgb(58,165,96); }

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

border-color css

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

 span { border-color: rgb(58,165,96); }

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