Html Css Color HEX #449B67 Chateau Green

📋 copy color: '#449B67'

red 68 ◦ green 155 ◦ blue 103

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

Shades of Chateau Green #449B67

Tints of Chateau Green #449B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.6%

R = 20.86%
G = 47.55%
B = 31.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#449B67 (or 0x449B67) is known color: Chateau Green. HEX triplet: 44, 9B and 67. RGB value is (68,155,103). Sum of RGB (Red+Green+Blue) = 68+155+103=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #449B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B67 is #BB6498. Grayscale: #7B7B7B. Windows color (decimal): -12280985 or 6789956. OLE color: 6789956.

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

Color convert

RGB 68 155 103 -
CMYK 0.56 0 0.34 0.39
HSL 144.14º 0.39% 0.44% -
HSV(B) 144.14º 0.56% 0.61% -
XYZ 16.55 25.65 16.91 -
YUV 123.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 68 155 103 0.56 0 0.34 0.39 144.14 0.39 0.44
Hex 44 9B 67 38 0 22 27 90 27 2C
Octal 104 233 147 70 0 42 47 220 47 54
Binary 1000100 10011011 1100111 111000 0 100010 100111 10010000 100111 101100

Color Harmonies of #449B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B67

Black with #449B67

Text Example


Text Example

White with #449B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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