Html Css Color HEX #49925F Chateau Green

📋 copy color: '#49925F'

red 73 ◦ green 146 ◦ blue 95

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

Shades of Chateau Green #49925F

Tints of Chateau Green #49925F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.5%

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 23.25%
G = 46.5%
B = 30.25%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#49925F (or 0x49925F) is known color: Chateau Green. HEX triplet: 49, 92 and 5F. RGB value is (73,146,95). Sum of RGB (Red+Green+Blue) = 73+146+95=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #49925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49925F is #B66DA0. Grayscale: #767676. Windows color (decimal): -11955617 or 6263369. OLE color: 6263369.

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

Color convert

RGB 73 146 95 -
CMYK 0.5 0 0.35 0.43
HSL 138.08º 0.33% 0.43% -
HSV(B) 138.08º 0.5% 0.57% -
XYZ 15.09 22.8 14.43 -
YUV 118.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 73 146 95 0.5 0 0.35 0.43 138.08 0.33 0.43
Hex 49 92 5F 32 0 23 2B 8A 21 2B
Octal 111 222 137 62 0 43 53 212 41 53
Binary 1001001 10010010 1011111 110010 0 100011 101011 10001010 100001 101011

Color Harmonies of #49925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49925F

Black with #49925F

Text Example


Text Example

White with #49925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49925F; }

 p { color: rgb(73,146,95); }

 H1.HeaderClassName
 {
   color: #49925F;
 }
 .AnyTagClassName
 {
   color: #49925F;
 }
</style>

background-color css

<style>
 a { background-color: #49925F; }

 a { background-color: rgb(73,146,95); }

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

border-color css

<style>
 span { border-color: #49925F; }

 span { border-color: rgb(73,146,95); }

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