Html Css Color HEX #3AA460 Chateau Green

📋 copy color: '#3AA460'

red 58 ◦ green 164 ◦ blue 96

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

Shades of Chateau Green #3AA460

Tints of Chateau Green #3AA460

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.57%

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

R = 18.24%
G = 51.57%
B = 30.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#3AA460 (or 0x3AA460) is known color: Chateau Green. HEX triplet: 3A, A4 and 60. RGB value is (58,164,96). Sum of RGB (Red+Green+Blue) = 58+164+96=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA460 is #C55B9F. Grayscale: #7C7C7C. Windows color (decimal): -12934048 or 6333498. OLE color: 6333498.

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

Color convert

RGB 58 164 96 -
CMYK 0.65 0 0.41 0.36
HSL 141.51º 0.48% 0.44% -
HSV(B) 141.51º 0.65% 0.64% -
XYZ 17.13 28.29 15.62 -
YUV 124.55 111.88 80.53 -
System Red Green Blue C M Y K H S L
Decimal 58 164 96 0.65 0 0.41 0.36 141.51 0.48 0.44
Hex 3A A4 60 41 0 29 24 8E 30 2C
Octal 72 244 140 101 0 51 44 216 60 54
Binary 111010 10100100 1100000 1000001 0 101001 100100 10001110 110000 101100

Color Harmonies of #3AA460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA460

Black with #3AA460

Text Example


Text Example

White with #3AA460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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