Html Css Color HEX #448561 Como

📋 copy color: '#448561'

red 68 ◦ green 133 ◦ blue 97

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

Shades of Como #448561

Tints of Como #448561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 22.82%
G = 44.63%
B = 32.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#448561 (or 0x448561) is known color: Como. HEX triplet: 44, 85 and 61. RGB value is (68,133,97). Sum of RGB (Red+Green+Blue) = 68+133+97=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #448561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448561 is #BB7A9E. Grayscale: #6D6D6D. Windows color (decimal): -12286623 or 6391108. OLE color: 6391108.

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

Color convert

RGB 68 133 97 -
CMYK 0.49 0 0.27 0.48
HSL 146.77º 0.32% 0.39% -
HSV(B) 146.77º 0.49% 0.52% -
XYZ 12.93 18.87 14.27 -
YUV 109.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 68 133 97 0.49 0 0.27 0.48 146.77 0.32 0.39
Hex 44 85 61 31 0 1B 30 93 20 27
Octal 104 205 141 61 0 33 60 223 40 47
Binary 1000100 10000101 1100001 110001 0 11011 110000 10010011 100000 100111

Color Harmonies of #448561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448561

Black with #448561

Text Example


Text Example

White with #448561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448561; }

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

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

background-color css

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

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

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

border-color css

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

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

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