Html Css Color HEX #449B5C Chateau Green

📋 copy color: '#449B5C'

red 68 ◦ green 155 ◦ blue 92

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

Shades of Chateau Green #449B5C

Tints of Chateau Green #449B5C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.21%

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 21.59%
G = 49.21%
B = 29.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#449B5C (or 0x449B5C) is known color: Chateau Green. HEX triplet: 44, 9B and 5C. RGB value is (68,155,92). Sum of RGB (Red+Green+Blue) = 68+155+92=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #449B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B5C is #BB64A3. Grayscale: #797979. Windows color (decimal): -12280996 or 6069060. OLE color: 6069060.

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

Color convert

RGB 68 155 92 -
CMYK 0.56 0 0.41 0.39
HSL 136.55º 0.39% 0.44% -
HSV(B) 136.55º 0.56% 0.61% -
XYZ 16.04 25.44 14.19 -
YUV 121.81 111.18 89.62 -
System Red Green Blue C M Y K H S L
Decimal 68 155 92 0.56 0 0.41 0.39 136.55 0.39 0.44
Hex 44 9B 5C 38 0 29 27 89 27 2C
Octal 104 233 134 70 0 51 47 211 47 54
Binary 1000100 10011011 1011100 111000 0 101001 100111 10001001 100111 101100

Color Harmonies of #449B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B5C

Black with #449B5C

Text Example


Text Example

White with #449B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,155,92); }

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

background-color css

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

 a { background-color: rgb(68,155,92); }

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

border-color css

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

 span { border-color: rgb(68,155,92); }

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