Html Css Color HEX #448061 Como

📋 copy color: '#448061'

red 68 ◦ green 128 ◦ blue 97

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

Shades of Como #448061

Tints of Como #448061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.69%

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 23.21%
G = 43.69%
B = 33.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#448061 (or 0x448061) is known color: Como. HEX triplet: 44, 80 and 61. RGB value is (68,128,97). Sum of RGB (Red+Green+Blue) = 68+128+97=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #448061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448061 is #BB7F9E. Grayscale: #6A6A6A. Windows color (decimal): -12287903 or 6389828. OLE color: 6389828.

HSL color Cylindrical-coordinate representation of color #448061: hue angle of 149º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448061 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 97 -
CMYK 0.47 0 0.24 0.50
HSL 149º 0.31% 0.38% -
HSV(B) 149º 0.47% 0.5% -
XYZ 12.26 17.53 14.05 -
YUV 106.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 68 128 97 0.47 0 0.24 0.50 149 0.31 0.38
Hex 44 80 61 2F 0 18 32 95 1F 26
Octal 104 200 141 57 0 30 62 225 37 46
Binary 1000100 10000000 1100001 101111 0 11000 110010 10010101 11111 100110

Color Harmonies of #448061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448061

Black with #448061

Text Example


Text Example

White with #448061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448061; }

 p { color: rgb(68,128,97); }

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

background-color css

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

 a { background-color: rgb(68,128,97); }

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

border-color css

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

 span { border-color: rgb(68,128,97); }

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