Html Css Color HEX #448D59 Chateau Green

📋 copy color: '#448D59'

red 68 ◦ green 141 ◦ blue 89

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

Shades of Chateau Green #448D59

Tints of Chateau Green #448D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.87%

R = 22.82%
G = 47.32%
B = 29.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#448D59 (or 0x448D59) is known color: Chateau Green. HEX triplet: 44, 8D and 59. RGB value is (68,141,89). Sum of RGB (Red+Green+Blue) = 68+141+89=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #448D59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D59 is #BB72A6. Grayscale: #717171. Windows color (decimal): -12284583 or 5868868. OLE color: 5868868.

HSL color Cylindrical-coordinate representation of color #448D59: hue angle of 137.26º 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 #448D59 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 141 89 -
CMYK 0.52 0 0.37 0.45
HSL 137.26º 0.35% 0.41% -
HSV(B) 137.26º 0.52% 0.55% -
XYZ 13.71 21 12.78 -
YUV 113.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 68 141 89 0.52 0 0.37 0.45 137.26 0.35 0.41
Hex 44 8D 59 34 0 25 2D 89 23 29
Octal 104 215 131 64 0 45 55 211 43 51
Binary 1000100 10001101 1011001 110100 0 100101 101101 10001001 100011 101001

Color Harmonies of #448D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D59

Black with #448D59

Text Example


Text Example

White with #448D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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