Html Css Color HEX #49AF64 Chateau Green

📋 copy color: '#49AF64'

red 73 ◦ green 175 ◦ blue 100

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

Shades of Chateau Green #49AF64

Tints of Chateau Green #49AF64

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.29%

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 20.98%
G = 50.29%
B = 28.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#49AF64 (or 0x49AF64) is known color: Chateau Green. HEX triplet: 49, AF and 64. RGB value is (73,175,100). Sum of RGB (Red+Green+Blue) = 73+175+100=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AF64 is #B6509B. Grayscale: #888888. Windows color (decimal): -11948188 or 6598473. OLE color: 6598473.

HSL color Cylindrical-coordinate representation of color #49AF64: hue angle of 135.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF64 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 175 100 -
CMYK 0.58 0 0.43 0.31
HSL 135.88º 0.41% 0.49% -
HSV(B) 135.88º 0.58% 0.69% -
XYZ 20.38 33 17.35 -
YUV 135.95 107.71 83.1 -
System Red Green Blue C M Y K H S L
Decimal 73 175 100 0.58 0 0.43 0.31 135.88 0.41 0.49
Hex 49 AF 64 3A 0 2B 1F 88 29 31
Octal 111 257 144 72 0 53 37 210 51 61
Binary 1001001 10101111 1100100 111010 0 101011 11111 10001000 101001 110001

Color Harmonies of #49AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF64

Black with #49AF64

Text Example


Text Example

White with #49AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AF64; }

 p { color: rgb(73,175,100); }

 H1.HeaderClassName
 {
   color: #49AF64;
 }
 .AnyTagClassName
 {
   color: #49AF64;
 }
</style>

background-color css

<style>
 a { background-color: #49AF64; }

 a { background-color: rgb(73,175,100); }

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

border-color css

<style>
 span { border-color: #49AF64; }

 span { border-color: rgb(73,175,100); }

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