Html Css Color HEX #449B52 Chateau Green

📋 copy color: '#449B52'

red 68 ◦ green 155 ◦ blue 82

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

Shades of Chateau Green #449B52

Tints of Chateau Green #449B52

RGB

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

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

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

R = 22.3%
G = 50.82%
B = 26.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#449B52 (or 0x449B52) is known color: Chateau Green. HEX triplet: 44, 9B and 52. RGB value is (68,155,82). Sum of RGB (Red+Green+Blue) = 68+155+82=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #449B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B52 is #BB64AD. Grayscale: #787878. Windows color (decimal): -12281006 or 5413700. OLE color: 5413700.

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

Color convert

RGB 68 155 82 -
CMYK 0.56 0 0.47 0.39
HSL 129.66º 0.39% 0.44% -
HSV(B) 129.66º 0.56% 0.61% -
XYZ 15.63 25.28 12.04 -
YUV 120.67 106.18 90.44 -
System Red Green Blue C M Y K H S L
Decimal 68 155 82 0.56 0 0.47 0.39 129.66 0.39 0.44
Hex 44 9B 52 38 0 2F 27 82 27 2C
Octal 104 233 122 70 0 57 47 202 47 54
Binary 1000100 10011011 1010010 111000 0 101111 100111 10000010 100111 101100

Color Harmonies of #449B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B52

Black with #449B52

Text Example


Text Example

White with #449B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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