Html Css Color HEX #3AAC5E Chateau Green

📋 copy color: '#3AAC5E'

red 58 ◦ green 172 ◦ blue 94

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

Shades of Chateau Green #3AAC5E

Tints of Chateau Green #3AAC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 17.9%
G = 53.09%
B = 29.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#3AAC5E (or 0x3AAC5E) is known color: Chateau Green. HEX triplet: 3A, AC and 5E. RGB value is (58,172,94). Sum of RGB (Red+Green+Blue) = 58+172+94=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAC5E is #C553A1. Grayscale: #818181. Windows color (decimal): -12932002 or 6204474. OLE color: 6204474.

HSL color Cylindrical-coordinate representation of color #3AAC5E: hue angle of 138.95º 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 #3AAC5E is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 172 94 -
CMYK 0.66 0 0.45 0.33
HSL 138.95º 0.5% 0.45% -
HSV(B) 138.95º 0.66% 0.67% -
XYZ 18.52 31.21 15.64 -
YUV 129.02 108.23 77.34 -
System Red Green Blue C M Y K H S L
Decimal 58 172 94 0.66 0 0.45 0.33 138.95 0.5 0.45
Hex 3A AC 5E 42 0 2D 21 8B 32 2D
Octal 72 254 136 102 0 55 41 213 62 55
Binary 111010 10101100 1011110 1000010 0 101101 100001 10001011 110010 101101

Color Harmonies of #3AAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC5E

Black with #3AAC5E

Text Example


Text Example

White with #3AAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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