Html Css Color HEX #448461 Como

📋 copy color: '#448461'

red 68 ◦ green 132 ◦ blue 97

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

Shades of Como #448461

Tints of Como #448461

RGB

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

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

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

R = 22.9%
G = 44.44%
B = 32.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#448461 (or 0x448461) is known color: Como. HEX triplet: 44, 84 and 61. RGB value is (68,132,97). Sum of RGB (Red+Green+Blue) = 68+132+97=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #448461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448461 is #BB7B9E. Grayscale: #6C6C6C. Windows color (decimal): -12286879 or 6390852. OLE color: 6390852.

HSL color Cylindrical-coordinate representation of color #448461: hue angle of 147.19º 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 #448461 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 97 -
CMYK 0.48 0 0.27 0.48
HSL 147.19º 0.32% 0.39% -
HSV(B) 147.19º 0.48% 0.52% -
XYZ 12.79 18.59 14.22 -
YUV 108.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 68 132 97 0.48 0 0.27 0.48 147.19 0.32 0.39
Hex 44 84 61 30 0 1B 30 93 20 27
Octal 104 204 141 60 0 33 60 223 40 47
Binary 1000100 10000100 1100001 110000 0 11011 110000 10010011 100000 100111

Color Harmonies of #448461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448461

Black with #448461

Text Example


Text Example

White with #448461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448461; }

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

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

background-color css

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

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

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

border-color css

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

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

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