Html Css Color HEX #449864 Chateau Green

📋 copy color: '#449864'

red 68 ◦ green 152 ◦ blue 100

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

Shades of Chateau Green #449864

Tints of Chateau Green #449864

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.5%

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 21.25%
G = 47.5%
B = 31.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#449864 (or 0x449864) is known color: Chateau Green. HEX triplet: 44, 98 and 64. RGB value is (68,152,100). Sum of RGB (Red+Green+Blue) = 68+152+100=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #449864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449864 is #BB679B. Grayscale: #797979. Windows color (decimal): -12281756 or 6592580. OLE color: 6592580.

HSL color Cylindrical-coordinate representation of color #449864: hue angle of 142.86º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449864 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 152 100 -
CMYK 0.55 0 0.34 0.40
HSL 142.86º 0.38% 0.43% -
HSV(B) 142.86º 0.55% 0.6% -
XYZ 15.91 24.61 15.97 -
YUV 120.96 116.17 90.23 -
System Red Green Blue C M Y K H S L
Decimal 68 152 100 0.55 0 0.34 0.40 142.86 0.38 0.43
Hex 44 98 64 37 0 22 28 8F 26 2B
Octal 104 230 144 67 0 42 50 217 46 53
Binary 1000100 10011000 1100100 110111 0 100010 101000 10001111 100110 101011

Color Harmonies of #449864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449864

Black with #449864

Text Example


Text Example

White with #449864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449864; }

 p { color: rgb(68,152,100); }

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

background-color css

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

 a { background-color: rgb(68,152,100); }

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

border-color css

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

 span { border-color: rgb(68,152,100); }

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