Html Css Color HEX #449C5B Chateau Green

📋 copy color: '#449C5B'

red 68 ◦ green 156 ◦ blue 91

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

Shades of Chateau Green #449C5B

Tints of Chateau Green #449C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.89%

R = 21.59%
G = 49.52%
B = 28.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#449C5B (or 0x449C5B) is known color: Chateau Green. HEX triplet: 44, 9C and 5B. RGB value is (68,156,91). Sum of RGB (Red+Green+Blue) = 68+156+91=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #449C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C5B is #BB63A4. Grayscale: #7A7A7A. Windows color (decimal): -12280741 or 6003780. OLE color: 6003780.

HSL color Cylindrical-coordinate representation of color #449C5B: hue angle of 135.68º 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 #449C5B is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 156 91 -
CMYK 0.56 0 0.42 0.39
HSL 135.68º 0.39% 0.44% -
HSV(B) 135.68º 0.56% 0.61% -
XYZ 16.16 25.76 14.02 -
YUV 122.28 110.35 89.29 -
System Red Green Blue C M Y K H S L
Decimal 68 156 91 0.56 0 0.42 0.39 135.68 0.39 0.44
Hex 44 9C 5B 38 0 2A 27 88 27 2C
Octal 104 234 133 70 0 52 47 210 47 54
Binary 1000100 10011100 1011011 111000 0 101010 100111 10001000 100111 101100

Color Harmonies of #449C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C5B

Black with #449C5B

Text Example


Text Example

White with #449C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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