Html Css Color HEX #3AAC55 Chateau Green

📋 copy color: '#3AAC55'

red 58 ◦ green 172 ◦ blue 85

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

Shades of Chateau Green #3AAC55

Tints of Chateau Green #3AAC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.98%

R = 18.41%
G = 54.6%
B = 26.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#3AAC55 (or 0x3AAC55) is known color: Chateau Green. HEX triplet: 3A, AC and 55. RGB value is (58,172,85). Sum of RGB (Red+Green+Blue) = 58+172+85=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAC55 is #C553AA. Grayscale: #808080. Windows color (decimal): -12932011 or 5614650. OLE color: 5614650.

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

Color convert

RGB 58 172 85 -
CMYK 0.66 0 0.51 0.33
HSL 134.21º 0.5% 0.45% -
HSV(B) 134.21º 0.66% 0.67% -
XYZ 18.14 31.06 13.63 -
YUV 128 103.73 78.07 -
System Red Green Blue C M Y K H S L
Decimal 58 172 85 0.66 0 0.51 0.33 134.21 0.5 0.45
Hex 3A AC 55 42 0 33 21 86 32 2D
Octal 72 254 125 102 0 63 41 206 62 55
Binary 111010 10101100 1010101 1000010 0 110011 100001 10000110 110010 101101

Color Harmonies of #3AAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC55

Black with #3AAC55

Text Example


Text Example

White with #3AAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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