Html Css Color HEX #448263 Como

📋 copy color: '#448263'

red 68 ◦ green 130 ◦ blue 99

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

Shades of Como #448263

Tints of Como #448263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.33%

R = 22.9%
G = 43.77%
B = 33.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#448263 (or 0x448263) is known color: Como. HEX triplet: 44, 82 and 63. RGB value is (68,130,99). Sum of RGB (Red+Green+Blue) = 68+130+99=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #448263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448263 is #BB7D9C. Grayscale: #6B6B6B. Windows color (decimal): -12287389 or 6521412. OLE color: 6521412.

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

Color convert

RGB 68 130 99 -
CMYK 0.48 0 0.24 0.49
HSL 150º 0.31% 0.39% -
HSV(B) 150º 0.48% 0.51% -
XYZ 12.62 18.1 14.63 -
YUV 107.93 122.96 99.52 -
System Red Green Blue C M Y K H S L
Decimal 68 130 99 0.48 0 0.24 0.49 150 0.31 0.39
Hex 44 82 63 30 0 18 31 96 1F 27
Octal 104 202 143 60 0 30 61 226 37 47
Binary 1000100 10000010 1100011 110000 0 11000 110001 10010110 11111 100111

Color Harmonies of #448263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448263

Black with #448263

Text Example


Text Example

White with #448263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448263; }

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

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

background-color css

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

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

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

border-color css

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

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

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