Html Css Color HEX #449C5F Chateau Green

📋 copy color: '#449C5F'

red 68 ◦ green 156 ◦ blue 95

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

Shades of Chateau Green #449C5F

Tints of Chateau Green #449C5F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.9%

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

R = 21.32%
G = 48.9%
B = 29.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#449C5F (or 0x449C5F) is known color: Chateau Green. HEX triplet: 44, 9C and 5F. RGB value is (68,156,95). Sum of RGB (Red+Green+Blue) = 68+156+95=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #449C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C5F is #BB63A0. Grayscale: #7A7A7A. Windows color (decimal): -12280737 or 6265924. OLE color: 6265924.

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

Color convert

RGB 68 156 95 -
CMYK 0.56 0 0.39 0.39
HSL 138.41º 0.39% 0.44% -
HSV(B) 138.41º 0.56% 0.61% -
XYZ 16.34 25.83 14.95 -
YUV 122.73 112.35 88.96 -
System Red Green Blue C M Y K H S L
Decimal 68 156 95 0.56 0 0.39 0.39 138.41 0.39 0.44
Hex 44 9C 5F 38 0 27 27 8A 27 2C
Octal 104 234 137 70 0 47 47 212 47 54
Binary 1000100 10011100 1011111 111000 0 100111 100111 10001010 100111 101100

Color Harmonies of #449C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C5F

Black with #449C5F

Text Example


Text Example

White with #449C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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