Html Css Color HEX #3AAA4D Chateau Green

📋 copy color: '#3AAA4D'

red 58 ◦ green 170 ◦ blue 77

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

Shades of Chateau Green #3AAA4D

Tints of Chateau Green #3AAA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 19.02%
G = 55.74%
B = 25.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#3AAA4D (or 0x3AAA4D) is known color: Chateau Green. HEX triplet: 3A, AA and 4D. RGB value is (58,170,77). Sum of RGB (Red+Green+Blue) = 58+170+77=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA4D is #C555B2. Grayscale: #7E7E7E. Windows color (decimal): -12932531 or 5089850. OLE color: 5089850.

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

Color convert

RGB 58 170 77 -
CMYK 0.66 0 0.55 0.33
HSL 130.18º 0.49% 0.45% -
HSV(B) 130.18º 0.66% 0.67% -
XYZ 17.46 30.18 11.93 -
YUV 125.91 100.39 79.56 -
System Red Green Blue C M Y K H S L
Decimal 58 170 77 0.66 0 0.55 0.33 130.18 0.49 0.45
Hex 3A AA 4D 42 0 37 21 82 31 2D
Octal 72 252 115 102 0 67 41 202 61 55
Binary 111010 10101010 1001101 1000010 0 110111 100001 10000010 110001 101101

Color Harmonies of #3AAA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA4D

Black with #3AAA4D

Text Example


Text Example

White with #3AAA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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