Html Css Color HEX #49905E Chateau Green

📋 copy color: '#49905E'

red 73 ◦ green 144 ◦ blue 94

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

Shades of Chateau Green #49905E

Tints of Chateau Green #49905E

RGB

 RED value IS 73 (28.91% from 255) = 23.47%

 GREEN value IS 144 (56.64% from 255) = 46.3%

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

R = 23.47%
G = 46.3%
B = 30.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#49905E (or 0x49905E) is known color: Chateau Green. HEX triplet: 49, 90 and 5E. RGB value is (73,144,94). Sum of RGB (Red+Green+Blue) = 73+144+94=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #49905E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49905E is #B66FA1. Grayscale: #757575. Windows color (decimal): -11956130 or 6197321. OLE color: 6197321.

HSL color Cylindrical-coordinate representation of color #49905E: hue angle of 137.75º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49905E is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 94 -
CMYK 0.49 0 0.35 0.44
HSL 137.75º 0.33% 0.43% -
HSV(B) 137.75º 0.49% 0.56% -
XYZ 14.74 22.17 14.09 -
YUV 117.07 114.98 96.57 -
System Red Green Blue C M Y K H S L
Decimal 73 144 94 0.49 0 0.35 0.44 137.75 0.33 0.43
Hex 49 90 5E 31 0 23 2C 8A 21 2B
Octal 111 220 136 61 0 43 54 212 41 53
Binary 1001001 10010000 1011110 110001 0 100011 101100 10001010 100001 101011

Color Harmonies of #49905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49905E

Black with #49905E

Text Example


Text Example

White with #49905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49905E; }

 p { color: rgb(73,144,94); }

 H1.HeaderClassName
 {
   color: #49905E;
 }
 .AnyTagClassName
 {
   color: #49905E;
 }
</style>

background-color css

<style>
 a { background-color: #49905E; }

 a { background-color: rgb(73,144,94); }

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

border-color css

<style>
 span { border-color: #49905E; }

 span { border-color: rgb(73,144,94); }

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