Html Css Color HEX #448563 Como

📋 copy color: '#448563'

red 68 ◦ green 133 ◦ blue 99

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

Shades of Como #448563

Tints of Como #448563

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.33%

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

R = 22.67%
G = 44.33%
B = 33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#448563 (or 0x448563) is known color: Como. HEX triplet: 44, 85 and 63. RGB value is (68,133,99). Sum of RGB (Red+Green+Blue) = 68+133+99=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #448563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448563 is #BB7A9C. Grayscale: #6D6D6D. Windows color (decimal): -12286621 or 6522180. OLE color: 6522180.

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

Color convert

RGB 68 133 99 -
CMYK 0.49 0 0.26 0.48
HSL 148.62º 0.32% 0.39% -
HSV(B) 148.62º 0.49% 0.52% -
XYZ 13.02 18.9 14.77 -
YUV 109.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 68 133 99 0.49 0 0.26 0.48 148.62 0.32 0.39
Hex 44 85 63 31 0 1A 30 95 20 27
Octal 104 205 143 61 0 32 60 225 40 47
Binary 1000100 10000101 1100011 110001 0 11010 110000 10010101 100000 100111

Color Harmonies of #448563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448563

Black with #448563

Text Example


Text Example

White with #448563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448563; }

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

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

background-color css

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

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

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

border-color css

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

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

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