Html Css Color HEX #3AAC52 Chateau Green

📋 copy color: '#3AAC52'

red 58 ◦ green 172 ◦ blue 82

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

Shades of Chateau Green #3AAC52

Tints of Chateau Green #3AAC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.28%

R = 18.59%
G = 55.13%
B = 26.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#3AAC52 (or 0x3AAC52) is known color: Chateau Green. HEX triplet: 3A, AC and 52. RGB value is (58,172,82). Sum of RGB (Red+Green+Blue) = 58+172+82=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAC52 is #C553AD. Grayscale: #7F7F7F. Windows color (decimal): -12932014 or 5418042. OLE color: 5418042.

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

Color convert

RGB 58 172 82 -
CMYK 0.66 0 0.52 0.33
HSL 132.63º 0.5% 0.45% -
HSV(B) 132.63º 0.66% 0.67% -
XYZ 18.02 31.01 13.02 -
YUV 127.65 102.23 78.32 -
System Red Green Blue C M Y K H S L
Decimal 58 172 82 0.66 0 0.52 0.33 132.63 0.5 0.45
Hex 3A AC 52 42 0 34 21 85 32 2D
Octal 72 254 122 102 0 64 41 205 62 55
Binary 111010 10101100 1010010 1000010 0 110100 100001 10000101 110010 101101

Color Harmonies of #3AAC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC52

Black with #3AAC52

Text Example


Text Example

White with #3AAC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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