Html Css Color HEX #449650 Chateau Green

📋 copy color: '#449650'

red 68 ◦ green 150 ◦ blue 80

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

Shades of Chateau Green #449650

Tints of Chateau Green #449650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.34%

 BLUE value IS 80 (31.64% from 255) = 26.85%

R = 22.82%
G = 50.34%
B = 26.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#449650 (or 0x449650) is known color: Chateau Green. HEX triplet: 44, 96 and 50. RGB value is (68,150,80). Sum of RGB (Red+Green+Blue) = 68+150+80=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #449650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449650 is #BB69AF. Grayscale: #757575. Windows color (decimal): -12282288 or 5281348. OLE color: 5281348.

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

Color convert

RGB 68 150 80 -
CMYK 0.55 0 0.47 0.41
HSL 128.78º 0.38% 0.43% -
HSV(B) 128.78º 0.55% 0.59% -
XYZ 14.74 23.62 11.37 -
YUV 117.5 106.83 92.69 -
System Red Green Blue C M Y K H S L
Decimal 68 150 80 0.55 0 0.47 0.41 128.78 0.38 0.43
Hex 44 96 50 37 0 2F 29 81 26 2B
Octal 104 226 120 67 0 57 51 201 46 53
Binary 1000100 10010110 1010000 110111 0 101111 101001 10000001 100110 101011

Color Harmonies of #449650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449650

Black with #449650

Text Example


Text Example

White with #449650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449650; }

 p { color: rgb(68,150,80); }

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

background-color css

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

 a { background-color: rgb(68,150,80); }

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

border-color css

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

 span { border-color: rgb(68,150,80); }

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