Html Css Color HEX #448362 Como

📋 copy color: '#448362'

red 68 ◦ green 131 ◦ blue 98

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

Shades of Como #448362

Tints of Como #448362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33%

R = 22.9%
G = 44.11%
B = 33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#448362 (or 0x448362) is known color: Como. HEX triplet: 44, 83 and 62. RGB value is (68,131,98). Sum of RGB (Red+Green+Blue) = 68+131+98=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #448362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448362 is #BB7C9D. Grayscale: #6C6C6C. Windows color (decimal): -12287134 or 6456132. OLE color: 6456132.

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

Color convert

RGB 68 131 98 -
CMYK 0.48 0 0.25 0.49
HSL 148.57º 0.32% 0.39% -
HSV(B) 148.57º 0.48% 0.51% -
XYZ 12.7 18.34 14.43 -
YUV 108.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 68 131 98 0.48 0 0.25 0.49 148.57 0.32 0.39
Hex 44 83 62 30 0 19 31 95 20 27
Octal 104 203 142 60 0 31 61 225 40 47
Binary 1000100 10000011 1100010 110000 0 11001 110001 10010101 100000 100111

Color Harmonies of #448362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448362

Black with #448362

Text Example


Text Example

White with #448362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448362; }

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

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

background-color css

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

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

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

border-color css

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

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

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