Html Css Color HEX #448558 Como

📋 copy color: '#448558'

red 68 ◦ green 133 ◦ blue 88

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

Shades of Como #448558

Tints of Como #448558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.45%

R = 23.53%
G = 46.02%
B = 30.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#448558 (or 0x448558) is known color: Como. HEX triplet: 44, 85 and 58. RGB value is (68,133,88). Sum of RGB (Red+Green+Blue) = 68+133+88=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #448558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448558 is #BB7AA7. Grayscale: #6C6C6C. Windows color (decimal): -12286632 or 5801284. OLE color: 5801284.

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

Color convert

RGB 68 133 88 -
CMYK 0.49 0 0.34 0.48
HSL 138.46º 0.32% 0.39% -
HSV(B) 138.46º 0.49% 0.52% -
XYZ 12.53 18.71 12.18 -
YUV 108.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 68 133 88 0.49 0 0.34 0.48 138.46 0.32 0.39
Hex 44 85 58 31 0 22 30 8A 20 27
Octal 104 205 130 61 0 42 60 212 40 47
Binary 1000100 10000101 1011000 110001 0 100010 110000 10001010 100000 100111

Color Harmonies of #448558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448558

Black with #448558

Text Example


Text Example

White with #448558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448558; }

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

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

background-color css

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

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

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

border-color css

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

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

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