Html Css Color HEX #448B61 Como

📋 copy color: '#448B61'

red 68 ◦ green 139 ◦ blue 97

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

Shades of Como #448B61

Tints of Como #448B61

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.72%

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

R = 22.37%
G = 45.72%
B = 31.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#448B61 (or 0x448B61) is known color: Como. HEX triplet: 44, 8B and 61. RGB value is (68,139,97). Sum of RGB (Red+Green+Blue) = 68+139+97=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #448B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B61 is #BB749E. Grayscale: #717171. Windows color (decimal): -12285087 or 6392644. OLE color: 6392644.

HSL color Cylindrical-coordinate representation of color #448B61: hue angle of 144.51º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448B61 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 139 97 -
CMYK 0.51 0 0.30 0.45
HSL 144.51º 0.34% 0.41% -
HSV(B) 144.51º 0.51% 0.55% -
XYZ 13.77 20.56 14.55 -
YUV 112.98 118.98 95.92 -
System Red Green Blue C M Y K H S L
Decimal 68 139 97 0.51 0 0.30 0.45 144.51 0.34 0.41
Hex 44 8B 61 33 0 1E 2D 91 22 29
Octal 104 213 141 63 0 36 55 221 42 51
Binary 1000100 10001011 1100001 110011 0 11110 101101 10010001 100010 101001

Color Harmonies of #448B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448B61

Black with #448B61

Text Example


Text Example

White with #448B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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