Html Css Color HEX #4A975B Chateau Green

📋 copy color: '#4A975B'

red 74 ◦ green 151 ◦ blue 91

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

Shades of Chateau Green #4A975B

Tints of Chateau Green #4A975B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.78%

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

R = 23.42%
G = 47.78%
B = 28.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#4A975B (or 0x4A975B) is known color: Chateau Green. HEX triplet: 4A, 97 and 5B. RGB value is (74,151,91). Sum of RGB (Red+Green+Blue) = 74+151+91=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #4A975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A975B is #B568A4. Grayscale: #797979. Windows color (decimal): -11888805 or 6002506. OLE color: 6002506.

HSL color Cylindrical-coordinate representation of color #4A975B: hue angle of 133.25º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A975B is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 151 91 -
CMYK 0.51 0 0.40 0.41
HSL 133.25º 0.34% 0.44% -
HSV(B) 133.25º 0.51% 0.59% -
XYZ 15.78 24.34 13.76 -
YUV 121.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 74 151 91 0.51 0 0.40 0.41 133.25 0.34 0.44
Hex 4A 97 5B 33 0 28 29 85 22 2C
Octal 112 227 133 63 0 50 51 205 42 54
Binary 1001010 10010111 1011011 110011 0 101000 101001 10000101 100010 101100

Color Harmonies of #4A975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A975B

Black with #4A975B

Text Example


Text Example

White with #4A975B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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