Html Css Color HEX #448A63 Como

📋 copy color: '#448A63'

red 68 ◦ green 138 ◦ blue 99

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

Shades of Como #448A63

Tints of Como #448A63

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.25%

 BLUE value IS 99 (39.06% from 255) = 32.46%

R = 22.3%
G = 45.25%
B = 32.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#448A63 (or 0x448A63) is known color: Como. HEX triplet: 44, 8A and 63. RGB value is (68,138,99). Sum of RGB (Red+Green+Blue) = 68+138+99=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #448A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A63 is #BB759C. Grayscale: #707070. Windows color (decimal): -12285341 or 6523460. OLE color: 6523460.

HSL color Cylindrical-coordinate representation of color #448A63: hue angle of 146.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A63 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 138 99 -
CMYK 0.51 0 0.28 0.46
HSL 146.57º 0.34% 0.4% -
HSV(B) 146.57º 0.51% 0.54% -
XYZ 13.72 20.31 15 -
YUV 112.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 68 138 99 0.51 0 0.28 0.46 146.57 0.34 0.4
Hex 44 8A 63 33 0 1C 2E 93 22 28
Octal 104 212 143 63 0 34 56 223 42 50
Binary 1000100 10001010 1100011 110011 0 11100 101110 10010011 100010 101000

Color Harmonies of #448A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448A63

Black with #448A63

Text Example


Text Example

White with #448A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,138,99); }

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

background-color css

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

 a { background-color: rgb(68,138,99); }

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

border-color css

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

 span { border-color: rgb(68,138,99); }

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