Html Css Color HEX #4A915E Chateau Green

📋 copy color: '#4A915E'

red 74 ◦ green 145 ◦ blue 94

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

Shades of Chateau Green #4A915E

Tints of Chateau Green #4A915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.33%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 23.64%
G = 46.33%
B = 30.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#4A915E (or 0x4A915E) is known color: Chateau Green. HEX triplet: 4A, 91 and 5E. RGB value is (74,145,94). Sum of RGB (Red+Green+Blue) = 74+145+94=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #4A915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A915E is #B56EA1. Grayscale: #767676. Windows color (decimal): -11890338 or 6197578. OLE color: 6197578.

HSL color Cylindrical-coordinate representation of color #4A915E: hue angle of 136.9º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A915E is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 145 94 -
CMYK 0.49 0 0.35 0.43
HSL 136.9º 0.32% 0.43% -
HSV(B) 136.9º 0.49% 0.57% -
XYZ 14.97 22.51 14.15 -
YUV 117.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 74 145 94 0.49 0 0.35 0.43 136.9 0.32 0.43
Hex 4A 91 5E 31 0 23 2B 89 20 2B
Octal 112 221 136 61 0 43 53 211 40 53
Binary 1001010 10010001 1011110 110001 0 100011 101011 10001001 100000 101011

Color Harmonies of #4A915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A915E

Black with #4A915E

Text Example


Text Example

White with #4A915E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,145,94); }

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

background-color css

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

 a { background-color: rgb(74,145,94); }

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

border-color css

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

 span { border-color: rgb(74,145,94); }

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