Html Css Color HEX #448260 Como

📋 copy color: '#448260'

red 68 ◦ green 130 ◦ blue 96

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

Shades of Como #448260

Tints of Como #448260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.22%

 BLUE value IS 96 (37.89% from 255) = 32.65%

R = 23.13%
G = 44.22%
B = 32.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#448260 (or 0x448260) is known color: Como. HEX triplet: 44, 82 and 60. RGB value is (68,130,96). Sum of RGB (Red+Green+Blue) = 68+130+96=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #448260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448260 is #BB7D9F. Grayscale: #6B6B6B. Windows color (decimal): -12287392 or 6324804. OLE color: 6324804.

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

Color convert

RGB 68 130 96 -
CMYK 0.48 0 0.26 0.49
HSL 147.1º 0.31% 0.39% -
HSV(B) 147.1º 0.48% 0.51% -
XYZ 12.48 18.04 13.89 -
YUV 107.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 68 130 96 0.48 0 0.26 0.49 147.1 0.31 0.39
Hex 44 82 60 30 0 1A 31 93 1F 27
Octal 104 202 140 60 0 32 61 223 37 47
Binary 1000100 10000010 1100000 110000 0 11010 110001 10010011 11111 100111

Color Harmonies of #448260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448260

Black with #448260

Text Example


Text Example

White with #448260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448260; }

 p { color: rgb(68,130,96); }

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

background-color css

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

 a { background-color: rgb(68,130,96); }

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

border-color css

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

 span { border-color: rgb(68,130,96); }

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