Html Css Color HEX #446F53 Como

📋 copy color: '#446F53'

red 68 ◦ green 111 ◦ blue 83

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

Shades of Como #446F53

Tints of Como #446F53

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.37%

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 25.95%
G = 42.37%
B = 31.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#446F53 (or 0x446F53) is known color: Como. HEX triplet: 44, 6F and 53. RGB value is (68,111,83). Sum of RGB (Red+Green+Blue) = 68+111+83=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #446F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F53 is #BB90AC. Grayscale: #5F5F5F. Windows color (decimal): -12292269 or 5467972. OLE color: 5467972.

HSL color Cylindrical-coordinate representation of color #446F53: hue angle of 140.93º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446F53 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 111 83 -
CMYK 0.39 0 0.25 0.56
HSL 140.93º 0.24% 0.35% -
HSV(B) 140.93º 0.39% 0.44% -
XYZ 9.63 13.22 10.23 -
YUV 94.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 68 111 83 0.39 0 0.25 0.56 140.93 0.24 0.35
Hex 44 6F 53 27 0 19 38 8D 18 23
Octal 104 157 123 47 0 31 70 215 30 43
Binary 1000100 1101111 1010011 100111 0 11001 111000 10001101 11000 100011

Color Harmonies of #446F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F53

Black with #446F53

Text Example


Text Example

White with #446F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446F53; }

 p { color: rgb(68,111,83); }

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

background-color css

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

 a { background-color: rgb(68,111,83); }

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

border-color css

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

 span { border-color: rgb(68,111,83); }

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