Html Css Color HEX #3AAA54 Chateau Green

📋 copy color: '#3AAA54'

red 58 ◦ green 170 ◦ blue 84

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

Shades of Chateau Green #3AAA54

Tints of Chateau Green #3AAA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.92%

R = 18.59%
G = 54.49%
B = 26.92%

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

#3AAA54 (or 0x3AAA54) is known color: Chateau Green. HEX triplet: 3A, AA and 54. RGB value is (58,170,84). Sum of RGB (Red+Green+Blue) = 58+170+84=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA54 is #C555AB. Grayscale: #7E7E7E. Windows color (decimal): -12932524 or 5548602. OLE color: 5548602.

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

Color convert

RGB 58 170 84 -
CMYK 0.66 0 0.51 0.33
HSL 133.93º 0.49% 0.45% -
HSV(B) 133.93º 0.66% 0.67% -
XYZ 17.72 30.29 13.3 -
YUV 126.71 103.89 78.99 -
System Red Green Blue C M Y K H S L
Decimal 58 170 84 0.66 0 0.51 0.33 133.93 0.49 0.45
Hex 3A AA 54 42 0 33 21 86 31 2D
Octal 72 252 124 102 0 63 41 206 61 55
Binary 111010 10101010 1010100 1000010 0 110011 100001 10000110 110001 101101

Color Harmonies of #3AAA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA54

Black with #3AAA54

Text Example


Text Example

White with #3AAA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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