Html Css Color HEX #4A9D5B Chateau Green

📋 copy color: '#4A9D5B'

red 74 ◦ green 157 ◦ blue 91

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

Shades of Chateau Green #4A9D5B

Tints of Chateau Green #4A9D5B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.76%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 22.98%
G = 48.76%
B = 28.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#4A9D5B (or 0x4A9D5B) is known color: Chateau Green. HEX triplet: 4A, 9D and 5B. RGB value is (74,157,91). Sum of RGB (Red+Green+Blue) = 74+157+91=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #4A9D5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9D5B is #B562A4. Grayscale: #7C7C7C. Windows color (decimal): -11887269 or 6004042. OLE color: 6004042.

HSL color Cylindrical-coordinate representation of color #4A9D5B: hue angle of 132.29º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9D5B is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 157 91 -
CMYK 0.53 0 0.42 0.38
HSL 132.29º 0.36% 0.45% -
HSV(B) 132.29º 0.53% 0.62% -
XYZ 16.77 26.33 14.09 -
YUV 124.66 109 91.87 -
System Red Green Blue C M Y K H S L
Decimal 74 157 91 0.53 0 0.42 0.38 132.29 0.36 0.45
Hex 4A 9D 5B 35 0 2A 26 84 24 2D
Octal 112 235 133 65 0 52 46 204 44 55
Binary 1001010 10011101 1011011 110101 0 101010 100110 10000100 100100 101101

Color Harmonies of #4A9D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9D5B

Black with #4A9D5B

Text Example


Text Example

White with #4A9D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,157,91); }

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

background-color css

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

 a { background-color: rgb(74,157,91); }

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

border-color css

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

 span { border-color: rgb(74,157,91); }

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