Html Css Color HEX #449152 Chateau Green

📋 copy color: '#449152'

red 68 ◦ green 145 ◦ blue 82

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

Shades of Chateau Green #449152

Tints of Chateau Green #449152

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.15%

 BLUE value IS 82 (32.42% from 255) = 27.8%

R = 23.05%
G = 49.15%
B = 27.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#449152 (or 0x449152) is known color: Chateau Green. HEX triplet: 44, 91 and 52. RGB value is (68,145,82). Sum of RGB (Red+Green+Blue) = 68+145+82=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #449152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449152 is #BB6EAD. Grayscale: #727272. Windows color (decimal): -12283566 or 5411140. OLE color: 5411140.

HSL color Cylindrical-coordinate representation of color #449152: hue angle of 130.91º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449152 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 82 -
CMYK 0.53 0 0.43 0.43
HSL 130.91º 0.36% 0.42% -
HSV(B) 130.91º 0.53% 0.57% -
XYZ 14.03 22.09 11.51 -
YUV 114.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 68 145 82 0.53 0 0.43 0.43 130.91 0.36 0.42
Hex 44 91 52 35 0 2B 2B 83 24 2A
Octal 104 221 122 65 0 53 53 203 44 52
Binary 1000100 10010001 1010010 110101 0 101011 101011 10000011 100100 101010

Color Harmonies of #449152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449152

Black with #449152

Text Example


Text Example

White with #449152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449152; }

 p { color: rgb(68,145,82); }

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

background-color css

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

 a { background-color: rgb(68,145,82); }

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

border-color css

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

 span { border-color: rgb(68,145,82); }

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