Html Css Color HEX #4AB760 Chateau Green

📋 copy color: '#4AB760'

red 74 ◦ green 183 ◦ blue 96

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

Shades of Chateau Green #4AB760

Tints of Chateau Green #4AB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.84%

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

R = 20.96%
G = 51.84%
B = 27.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#4AB760 (or 0x4AB760) is known color: Chateau Green. HEX triplet: 4A, B7 and 60. RGB value is (74,183,96). Sum of RGB (Red+Green+Blue) = 74+183+96=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB760 is #B5489F. Grayscale: #8C8C8C. Windows color (decimal): -11880608 or 6338378. OLE color: 6338378.

HSL color Cylindrical-coordinate representation of color #4AB760: hue angle of 132.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB760 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 183 96 -
CMYK 0.60 0 0.48 0.28
HSL 132.11º 0.43% 0.5% -
HSV(B) 132.11º 0.6% 0.72% -
XYZ 21.87 36.17 16.89 -
YUV 140.49 102.89 80.57 -
System Red Green Blue C M Y K H S L
Decimal 74 183 96 0.60 0 0.48 0.28 132.11 0.43 0.5
Hex 4A B7 60 3C 0 30 1C 84 2B 32
Octal 112 267 140 74 0 60 34 204 53 62
Binary 1001010 10110111 1100000 111100 0 110000 11100 10000100 101011 110010

Color Harmonies of #4AB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB760

Black with #4AB760

Text Example


Text Example

White with #4AB760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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