Html Css Color HEX #449B5E Chateau Green

📋 copy color: '#449B5E'

red 68 ◦ green 155 ◦ blue 94

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

Shades of Chateau Green #449B5E

Tints of Chateau Green #449B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 21.45%
G = 48.9%
B = 29.65%

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

#449B5E (or 0x449B5E) is known color: Chateau Green. HEX triplet: 44, 9B and 5E. RGB value is (68,155,94). Sum of RGB (Red+Green+Blue) = 68+155+94=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #449B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B5E is #BB64A1. Grayscale: #7A7A7A. Windows color (decimal): -12280994 or 6200132. OLE color: 6200132.

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

Color convert

RGB 68 155 94 -
CMYK 0.56 0 0.39 0.39
HSL 137.93º 0.39% 0.44% -
HSV(B) 137.93º 0.56% 0.61% -
XYZ 16.13 25.48 14.66 -
YUV 122.03 112.18 89.46 -
System Red Green Blue C M Y K H S L
Decimal 68 155 94 0.56 0 0.39 0.39 137.93 0.39 0.44
Hex 44 9B 5E 38 0 27 27 8A 27 2C
Octal 104 233 136 70 0 47 47 212 47 54
Binary 1000100 10011011 1011110 111000 0 100111 100111 10001010 100111 101100

Color Harmonies of #449B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B5E

Black with #449B5E

Text Example


Text Example

White with #449B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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