Html Css Color HEX #448962 Como

📋 copy color: '#448962'

red 68 ◦ green 137 ◦ blue 98

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

Shades of Como #448962

Tints of Como #448962

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.21%

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

R = 22.44%
G = 45.21%
B = 32.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#448962 (or 0x448962) is known color: Como. HEX triplet: 44, 89 and 62. RGB value is (68,137,98). Sum of RGB (Red+Green+Blue) = 68+137+98=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #448962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448962 is #BB769D. Grayscale: #707070. Windows color (decimal): -12285598 or 6457668. OLE color: 6457668.

HSL color Cylindrical-coordinate representation of color #448962: hue angle of 146.09º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448962 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 137 98 -
CMYK 0.50 0 0.28 0.46
HSL 146.09º 0.34% 0.4% -
HSV(B) 146.09º 0.5% 0.54% -
XYZ 13.53 20 14.7 -
YUV 111.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 68 137 98 0.50 0 0.28 0.46 146.09 0.34 0.4
Hex 44 89 62 32 0 1C 2E 92 22 28
Octal 104 211 142 62 0 34 56 222 42 50
Binary 1000100 10001001 1100010 110010 0 11100 101110 10010010 100010 101000

Color Harmonies of #448962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448962

Black with #448962

Text Example


Text Example

White with #448962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448962; }

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

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

background-color css

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

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

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

border-color css

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

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

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