Html Css Color HEX #448363 Como

📋 copy color: '#448363'

red 68 ◦ green 131 ◦ blue 99

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

Shades of Como #448363

Tints of Como #448363

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.96%

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

R = 22.82%
G = 43.96%
B = 33.22%

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

#448363 (or 0x448363) is known color: Como. HEX triplet: 44, 83 and 63. RGB value is (68,131,99). Sum of RGB (Red+Green+Blue) = 68+131+99=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #448363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448363 is #BB7C9C. Grayscale: #6C6C6C. Windows color (decimal): -12287133 or 6521668. OLE color: 6521668.

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

Color convert

RGB 68 131 99 -
CMYK 0.48 0 0.24 0.49
HSL 149.52º 0.32% 0.39% -
HSV(B) 149.52º 0.48% 0.51% -
XYZ 12.75 18.36 14.68 -
YUV 108.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 68 131 99 0.48 0 0.24 0.49 149.52 0.32 0.39
Hex 44 83 63 30 0 18 31 96 20 27
Octal 104 203 143 60 0 30 61 226 40 47
Binary 1000100 10000011 1100011 110000 0 11000 110001 10010110 100000 100111

Color Harmonies of #448363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448363

Black with #448363

Text Example


Text Example

White with #448363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448363; }

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

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

background-color css

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

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

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

border-color css

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

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

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