Html Css Color HEX #448D53 Chateau Green

📋 copy color: '#448D53'

red 68 ◦ green 141 ◦ blue 83

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

Shades of Chateau Green #448D53

Tints of Chateau Green #448D53

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.29%

 BLUE value IS 83 (32.81% from 255) = 28.42%

R = 23.29%
G = 48.29%
B = 28.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#448D53 (or 0x448D53) is known color: Chateau Green. HEX triplet: 44, 8D and 53. RGB value is (68,141,83). Sum of RGB (Red+Green+Blue) = 68+141+83=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #448D53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D53 is #BB72AC. Grayscale: #707070. Windows color (decimal): -12284589 or 5475652. OLE color: 5475652.

HSL color Cylindrical-coordinate representation of color #448D53: hue angle of 132.33º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D53 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 141 83 -
CMYK 0.52 0 0.41 0.45
HSL 132.33º 0.35% 0.41% -
HSV(B) 132.33º 0.52% 0.55% -
XYZ 13.47 20.9 11.51 -
YUV 112.56 111.32 96.22 -
System Red Green Blue C M Y K H S L
Decimal 68 141 83 0.52 0 0.41 0.45 132.33 0.35 0.41
Hex 44 8D 53 34 0 29 2D 84 23 29
Octal 104 215 123 64 0 51 55 204 43 51
Binary 1000100 10001101 1010011 110100 0 101001 101101 10000100 100011 101001

Color Harmonies of #448D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D53

Black with #448D53

Text Example


Text Example

White with #448D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448D53; }

 p { color: rgb(68,141,83); }

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

background-color css

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

 a { background-color: rgb(68,141,83); }

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

border-color css

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

 span { border-color: rgb(68,141,83); }

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