Html Css Color HEX #448559 Como

📋 copy color: '#448559'

red 68 ◦ green 133 ◦ blue 89

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

Shades of Como #448559

Tints of Como #448559

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.86%

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

R = 23.45%
G = 45.86%
B = 30.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#448559 (or 0x448559) is known color: Como. HEX triplet: 44, 85 and 59. RGB value is (68,133,89). Sum of RGB (Red+Green+Blue) = 68+133+89=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #448559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448559 is #BB7AA6. Grayscale: #6C6C6C. Windows color (decimal): -12286631 or 5866820. OLE color: 5866820.

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

Color convert

RGB 68 133 89 -
CMYK 0.49 0 0.33 0.48
HSL 139.38º 0.32% 0.39% -
HSV(B) 139.38º 0.49% 0.52% -
XYZ 12.57 18.73 12.4 -
YUV 108.55 116.97 99.08 -
System Red Green Blue C M Y K H S L
Decimal 68 133 89 0.49 0 0.33 0.48 139.38 0.32 0.39
Hex 44 85 59 31 0 21 30 8B 20 27
Octal 104 205 131 61 0 41 60 213 40 47
Binary 1000100 10000101 1011001 110001 0 100001 110000 10001011 100000 100111

Color Harmonies of #448559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448559

Black with #448559

Text Example


Text Example

White with #448559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448559; }

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

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

background-color css

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

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

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

border-color css

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

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

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