Html Css Color HEX #448459 Como

📋 copy color: '#448459'

red 68 ◦ green 132 ◦ blue 89

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

Shades of Como #448459

Tints of Como #448459

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

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

R = 23.53%
G = 45.67%
B = 30.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#448459 (or 0x448459) is known color: Como. HEX triplet: 44, 84 and 59. RGB value is (68,132,89). Sum of RGB (Red+Green+Blue) = 68+132+89=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #448459 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448459 is #BB7BA6. Grayscale: #6C6C6C. Windows color (decimal): -12286887 or 5866564. OLE color: 5866564.

HSL color Cylindrical-coordinate representation of color #448459: hue angle of 139.69º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448459 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 89 -
CMYK 0.48 0 0.33 0.48
HSL 139.69º 0.32% 0.39% -
HSV(B) 139.69º 0.48% 0.52% -
XYZ 12.44 18.45 12.36 -
YUV 107.96 117.3 99.5 -
System Red Green Blue C M Y K H S L
Decimal 68 132 89 0.48 0 0.33 0.48 139.69 0.32 0.39
Hex 44 84 59 30 0 21 30 8C 20 27
Octal 104 204 131 60 0 41 60 214 40 47
Binary 1000100 10000100 1011001 110000 0 100001 110000 10001100 100000 100111

Color Harmonies of #448459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448459

Black with #448459

Text Example


Text Example

White with #448459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448459; }

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

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

background-color css

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

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

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

border-color css

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

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

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