Html Css Color HEX #3AAA4F Chateau Green

📋 copy color: '#3AAA4F'

red 58 ◦ green 170 ◦ blue 79

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

Shades of Chateau Green #3AAA4F

Tints of Chateau Green #3AAA4F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.37%

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 18.89%
G = 55.37%
B = 25.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#3AAA4F (or 0x3AAA4F) is known color: Chateau Green. HEX triplet: 3A, AA and 4F. RGB value is (58,170,79). Sum of RGB (Red+Green+Blue) = 58+170+79=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA4F is #C555B0. Grayscale: #7E7E7E. Windows color (decimal): -12932529 or 5220922. OLE color: 5220922.

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

Color convert

RGB 58 170 79 -
CMYK 0.66 0 0.54 0.33
HSL 131.25º 0.49% 0.45% -
HSV(B) 131.25º 0.66% 0.67% -
XYZ 17.53 30.21 12.3 -
YUV 126.14 101.39 79.4 -
System Red Green Blue C M Y K H S L
Decimal 58 170 79 0.66 0 0.54 0.33 131.25 0.49 0.45
Hex 3A AA 4F 42 0 36 21 83 31 2D
Octal 72 252 117 102 0 66 41 203 61 55
Binary 111010 10101010 1001111 1000010 0 110110 100001 10000011 110001 101101

Color Harmonies of #3AAA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA4F

Black with #3AAA4F

Text Example


Text Example

White with #3AAA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,170,79); }

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

background-color css

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

 a { background-color: rgb(58,170,79); }

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

border-color css

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

 span { border-color: rgb(58,170,79); }

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