Html Css Color HEX #449D5F Chateau Green

📋 copy color: '#449D5F'

red 68 ◦ green 157 ◦ blue 95

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

Shades of Chateau Green #449D5F

Tints of Chateau Green #449D5F

RGB

 RED value IS 68 (26.95% from 255) = 21.25%

 GREEN value IS 157 (61.72% from 255) = 49.06%

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

R = 21.25%
G = 49.06%
B = 29.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#449D5F (or 0x449D5F) is known color: Chateau Green. HEX triplet: 44, 9D and 5F. RGB value is (68,157,95). Sum of RGB (Red+Green+Blue) = 68+157+95=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #449D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449D5F is #BB62A0. Grayscale: #7B7B7B. Windows color (decimal): -12280481 or 6266180. OLE color: 6266180.

HSL color Cylindrical-coordinate representation of color #449D5F: hue angle of 138.2º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449D5F is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 157 95 -
CMYK 0.57 0 0.39 0.38
HSL 138.2º 0.4% 0.44% -
HSV(B) 138.2º 0.57% 0.62% -
XYZ 16.51 26.17 15.01 -
YUV 123.32 112.01 88.54 -
System Red Green Blue C M Y K H S L
Decimal 68 157 95 0.57 0 0.39 0.38 138.2 0.4 0.44
Hex 44 9D 5F 39 0 27 26 8A 28 2C
Octal 104 235 137 71 0 47 46 212 50 54
Binary 1000100 10011101 1011111 111001 0 100111 100110 10001010 101000 101100

Color Harmonies of #449D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449D5F

Black with #449D5F

Text Example


Text Example

White with #449D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449D5F; }

 p { color: rgb(68,157,95); }

 H1.HeaderClassName
 {
   color: #449D5F;
 }
 .AnyTagClassName
 {
   color: #449D5F;
 }
</style>

background-color css

<style>
 a { background-color: #449D5F; }

 a { background-color: rgb(68,157,95); }

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

border-color css

<style>
 span { border-color: #449D5F; }

 span { border-color: rgb(68,157,95); }

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