Html Css Color HEX #4AB260 Chateau Green

📋 copy color: '#4AB260'

red 74 ◦ green 178 ◦ blue 96

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

Shades of Chateau Green #4AB260

Tints of Chateau Green #4AB260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.15%

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

R = 21.26%
G = 51.15%
B = 27.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#4AB260 (or 0x4AB260) is known color: Chateau Green. HEX triplet: 4A, B2 and 60. RGB value is (74,178,96). Sum of RGB (Red+Green+Blue) = 74+178+96=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB260 is #B54D9F. Grayscale: #898989. Windows color (decimal): -11881888 or 6337098. OLE color: 6337098.

HSL color Cylindrical-coordinate representation of color #4AB260: hue angle of 132.69º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB260 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 74 178 96 -
CMYK 0.58 0 0.46 0.30
HSL 132.69º 0.41% 0.49% -
HSV(B) 132.69º 0.58% 0.7% -
XYZ 20.86 34.14 16.56 -
YUV 137.56 104.54 82.67 -
System Red Green Blue C M Y K H S L
Decimal 74 178 96 0.58 0 0.46 0.30 132.69 0.41 0.49
Hex 4A B2 60 3A 0 2E 1E 85 29 31
Octal 112 262 140 72 0 56 36 205 51 61
Binary 1001010 10110010 1100000 111010 0 101110 11110 10000101 101001 110001

Color Harmonies of #4AB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB260

Black with #4AB260

Text Example


Text Example

White with #4AB260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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