Html Css Color HEX #4AA260 Chateau Green

📋 copy color: '#4AA260'

red 74 ◦ green 162 ◦ blue 96

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

Shades of Chateau Green #4AA260

Tints of Chateau Green #4AA260

RGB

 RED value IS 74 (29.3% from 255) = 22.29%

 GREEN value IS 162 (63.67% from 255) = 48.8%

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 22.29%
G = 48.8%
B = 28.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#4AA260 (or 0x4AA260) is known color: Chateau Green. HEX triplet: 4A, A2 and 60. RGB value is (74,162,96). Sum of RGB (Red+Green+Blue) = 74+162+96=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA260 is #B55D9F. Grayscale: #808080. Windows color (decimal): -11885984 or 6333002. OLE color: 6333002.

HSL color Cylindrical-coordinate representation of color #4AA260: hue angle of 135º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA260 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 162 96 -
CMYK 0.54 0 0.41 0.36
HSL 135º 0.37% 0.46% -
HSV(B) 135º 0.54% 0.64% -
XYZ 17.86 28.14 15.56 -
YUV 128.16 109.85 89.37 -
System Red Green Blue C M Y K H S L
Decimal 74 162 96 0.54 0 0.41 0.36 135 0.37 0.46
Hex 4A A2 60 36 0 29 24 87 25 2E
Octal 112 242 140 66 0 51 44 207 45 56
Binary 1001010 10100010 1100000 110110 0 101001 100100 10000111 100101 101110

Color Harmonies of #4AA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA260

Black with #4AA260

Text Example


Text Example

White with #4AA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AA260; }

 p { color: rgb(74,162,96); }

 H1.HeaderClassName
 {
   color: #4AA260;
 }
 .AnyTagClassName
 {
   color: #4AA260;
 }
</style>

background-color css

<style>
 a { background-color: #4AA260; }

 a { background-color: rgb(74,162,96); }

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

border-color css

<style>
 span { border-color: #4AA260; }

 span { border-color: rgb(74,162,96); }

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