Html Css Color HEX #3AAC5A Chateau Green

📋 copy color: '#3AAC5A'

red 58 ◦ green 172 ◦ blue 90

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

Shades of Chateau Green #3AAC5A

Tints of Chateau Green #3AAC5A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.75%

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 18.13%
G = 53.75%
B = 28.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#3AAC5A (or 0x3AAC5A) is known color: Chateau Green. HEX triplet: 3A, AC and 5A. RGB value is (58,172,90). Sum of RGB (Red+Green+Blue) = 58+172+90=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAC5A is #C553A5. Grayscale: #808080. Windows color (decimal): -12932006 or 5942330. OLE color: 5942330.

HSL color Cylindrical-coordinate representation of color #3AAC5A: hue angle of 136.84º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAC5A is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 172 90 -
CMYK 0.66 0 0.48 0.33
HSL 136.84º 0.5% 0.45% -
HSV(B) 136.84º 0.66% 0.67% -
XYZ 18.34 31.14 14.72 -
YUV 128.57 106.23 77.67 -
System Red Green Blue C M Y K H S L
Decimal 58 172 90 0.66 0 0.48 0.33 136.84 0.5 0.45
Hex 3A AC 5A 42 0 30 21 89 32 2D
Octal 72 254 132 102 0 60 41 211 62 55
Binary 111010 10101100 1011010 1000010 0 110000 100001 10001001 110010 101101

Color Harmonies of #3AAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC5A

Black with #3AAC5A

Text Example


Text Example

White with #3AAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,172,90); }

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

background-color css

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

 a { background-color: rgb(58,172,90); }

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

border-color css

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

 span { border-color: rgb(58,172,90); }

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