Html Css Color HEX #3AAE5E Chateau Green

📋 copy color: '#3AAE5E'

red 58 ◦ green 174 ◦ blue 94

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

Shades of Chateau Green #3AAE5E

Tints of Chateau Green #3AAE5E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.37%

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

R = 17.79%
G = 53.37%
B = 28.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#3AAE5E (or 0x3AAE5E) is known color: Chateau Green. HEX triplet: 3A, AE and 5E. RGB value is (58,174,94). Sum of RGB (Red+Green+Blue) = 58+174+94=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAE5E is #C551A1. Grayscale: #828282. Windows color (decimal): -12931490 or 6204986. OLE color: 6204986.

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

Color convert

RGB 58 174 94 -
CMYK 0.67 0 0.46 0.32
HSL 138.62º 0.5% 0.45% -
HSV(B) 138.62º 0.67% 0.68% -
XYZ 18.9 31.98 15.77 -
YUV 130.2 107.57 76.5 -
System Red Green Blue C M Y K H S L
Decimal 58 174 94 0.67 0 0.46 0.32 138.62 0.5 0.45
Hex 3A AE 5E 43 0 2E 20 8B 32 2D
Octal 72 256 136 103 0 56 40 213 62 55
Binary 111010 10101110 1011110 1000011 0 101110 100000 10001011 110010 101101

Color Harmonies of #3AAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAE5E

Black with #3AAE5E

Text Example


Text Example

White with #3AAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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