Html Css Color HEX #4A985B Chateau Green

📋 copy color: '#4A985B'

red 74 ◦ green 152 ◦ blue 91

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

Shades of Chateau Green #4A985B

Tints of Chateau Green #4A985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.95%

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

R = 23.34%
G = 47.95%
B = 28.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#4A985B (or 0x4A985B) is known color: Chateau Green. HEX triplet: 4A, 98 and 5B. RGB value is (74,152,91). Sum of RGB (Red+Green+Blue) = 74+152+91=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #4A985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A985B is #B567A4. Grayscale: #797979. Windows color (decimal): -11888549 or 6002762. OLE color: 6002762.

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

Color convert

RGB 74 152 91 -
CMYK 0.51 0 0.40 0.40
HSL 133.08º 0.35% 0.44% -
HSV(B) 133.08º 0.51% 0.6% -
XYZ 15.94 24.67 13.82 -
YUV 121.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 74 152 91 0.51 0 0.40 0.40 133.08 0.35 0.44
Hex 4A 98 5B 33 0 28 28 85 23 2C
Octal 112 230 133 63 0 50 50 205 43 54
Binary 1001010 10011000 1011011 110011 0 101000 101000 10000101 100011 101100

Color Harmonies of #4A985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A985B

Black with #4A985B

Text Example


Text Example

White with #4A985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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