Html Css Color HEX #448E53 Chateau Green

📋 copy color: '#448E53'

red 68 ◦ green 142 ◦ blue 83

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

Shades of Chateau Green #448E53

Tints of Chateau Green #448E53

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.46%

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

R = 23.21%
G = 48.46%
B = 28.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#448E53 (or 0x448E53) is known color: Chateau Green. HEX triplet: 44, 8E and 53. RGB value is (68,142,83). Sum of RGB (Red+Green+Blue) = 68+142+83=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #448E53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E53 is #BB71AC. Grayscale: #717171. Windows color (decimal): -12284333 or 5475908. OLE color: 5475908.

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

Color convert

RGB 68 142 83 -
CMYK 0.52 0 0.42 0.44
HSL 132.16º 0.35% 0.41% -
HSV(B) 132.16º 0.52% 0.56% -
XYZ 13.62 21.2 11.56 -
YUV 113.15 110.98 95.8 -
System Red Green Blue C M Y K H S L
Decimal 68 142 83 0.52 0 0.42 0.44 132.16 0.35 0.41
Hex 44 8E 53 34 0 2A 2C 84 23 29
Octal 104 216 123 64 0 52 54 204 43 51
Binary 1000100 10001110 1010011 110100 0 101010 101100 10000100 100011 101001

Color Harmonies of #448E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448E53

Black with #448E53

Text Example


Text Example

White with #448E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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