Html Css Color HEX #448262 Como

📋 copy color: '#448262'

red 68 ◦ green 130 ◦ blue 98

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

Shades of Como #448262

Tints of Como #448262

RGB

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

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

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

R = 22.97%
G = 43.92%
B = 33.11%

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

#448262 (or 0x448262) is known color: Como. HEX triplet: 44, 82 and 62. RGB value is (68,130,98). Sum of RGB (Red+Green+Blue) = 68+130+98=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #448262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448262 is #BB7D9D. Grayscale: #6B6B6B. Windows color (decimal): -12287390 or 6455876. OLE color: 6455876.

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

Color convert

RGB 68 130 98 -
CMYK 0.48 0 0.25 0.49
HSL 149.03º 0.31% 0.39% -
HSV(B) 149.03º 0.48% 0.51% -
XYZ 12.57 18.08 14.38 -
YUV 107.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 68 130 98 0.48 0 0.25 0.49 149.03 0.31 0.39
Hex 44 82 62 30 0 19 31 95 1F 27
Octal 104 202 142 60 0 31 61 225 37 47
Binary 1000100 10000010 1100010 110000 0 11001 110001 10010101 11111 100111

Color Harmonies of #448262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448262

Black with #448262

Text Example


Text Example

White with #448262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448262; }

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

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

background-color css

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

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

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

border-color css

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

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

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