Html Css Color HEX #3AAD5F Chateau Green

📋 copy color: '#3AAD5F'

red 58 ◦ green 173 ◦ blue 95

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

Shades of Chateau Green #3AAD5F

Tints of Chateau Green #3AAD5F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.07%

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 17.79%
G = 53.07%
B = 29.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#3AAD5F (or 0x3AAD5F) is known color: Chateau Green. HEX triplet: 3A, AD and 5F. RGB value is (58,173,95). Sum of RGB (Red+Green+Blue) = 58+173+95=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAD5F is #C552A0. Grayscale: #818181. Windows color (decimal): -12931745 or 6270266. OLE color: 6270266.

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

Color convert

RGB 58 173 95 -
CMYK 0.66 0 0.45 0.32
HSL 139.3º 0.5% 0.45% -
HSV(B) 139.3º 0.66% 0.68% -
XYZ 18.75 31.61 15.94 -
YUV 129.72 108.4 76.84 -
System Red Green Blue C M Y K H S L
Decimal 58 173 95 0.66 0 0.45 0.32 139.3 0.5 0.45
Hex 3A AD 5F 42 0 2D 20 8B 32 2D
Octal 72 255 137 102 0 55 40 213 62 55
Binary 111010 10101101 1011111 1000010 0 101101 100000 10001011 110010 101101

Color Harmonies of #3AAD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAD5F

Black with #3AAD5F

Text Example


Text Example

White with #3AAD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,173,95); }

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

background-color css

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

 a { background-color: rgb(58,173,95); }

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

border-color css

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

 span { border-color: rgb(58,173,95); }

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