Html Css Color HEX #448161 Como

📋 copy color: '#448161'

red 68 ◦ green 129 ◦ blue 97

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

Shades of Como #448161

Tints of Como #448161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.88%

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

R = 23.13%
G = 43.88%
B = 32.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#448161 (or 0x448161) is known color: Como. HEX triplet: 44, 81 and 61. RGB value is (68,129,97). Sum of RGB (Red+Green+Blue) = 68+129+97=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #448161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448161 is #BB7E9E. Grayscale: #6B6B6B. Windows color (decimal): -12287647 or 6390084. OLE color: 6390084.

HSL color Cylindrical-coordinate representation of color #448161: hue angle of 148.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448161 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 129 97 -
CMYK 0.47 0 0.25 0.49
HSL 148.52º 0.31% 0.39% -
HSV(B) 148.52º 0.47% 0.51% -
XYZ 12.39 17.79 14.09 -
YUV 107.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 68 129 97 0.47 0 0.25 0.49 148.52 0.31 0.39
Hex 44 81 61 2F 0 19 31 95 1F 27
Octal 104 201 141 57 0 31 61 225 37 47
Binary 1000100 10000001 1100001 101111 0 11001 110001 10010101 11111 100111

Color Harmonies of #448161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448161

Black with #448161

Text Example


Text Example

White with #448161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448161; }

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

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

background-color css

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

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

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

border-color css

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

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

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