Html Css Color HEX #3AAC4D Chateau Green

📋 copy color: '#3AAC4D'

red 58 ◦ green 172 ◦ blue 77

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

Shades of Chateau Green #3AAC4D

Tints of Chateau Green #3AAC4D

RGB

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

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

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

R = 18.89%
G = 56.03%
B = 25.08%

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

#3AAC4D (or 0x3AAC4D) is known color: Chateau Green. HEX triplet: 3A, AC and 4D. RGB value is (58,172,77). Sum of RGB (Red+Green+Blue) = 58+172+77=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAC4D is #C553B2. Grayscale: #7F7F7F. Windows color (decimal): -12932019 or 5090362. OLE color: 5090362.

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

Color convert

RGB 58 172 77 -
CMYK 0.66 0 0.55 0.33
HSL 130º 0.5% 0.45% -
HSV(B) 130º 0.66% 0.67% -
XYZ 17.84 30.94 12.05 -
YUV 127.08 99.73 78.72 -
System Red Green Blue C M Y K H S L
Decimal 58 172 77 0.66 0 0.55 0.33 130 0.5 0.45
Hex 3A AC 4D 42 0 37 21 82 32 2D
Octal 72 254 115 102 0 67 41 202 62 55
Binary 111010 10101100 1001101 1000010 0 110111 100001 10000010 110010 101101

Color Harmonies of #3AAC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC4D

Black with #3AAC4D

Text Example


Text Example

White with #3AAC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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