Html Css Color HEX #446F58 Como

📋 copy color: '#446F58'

red 68 ◦ green 111 ◦ blue 88

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

Shades of Como #446F58

Tints of Como #446F58

RGB

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

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

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

R = 25.47%
G = 41.57%
B = 32.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#446F58 (or 0x446F58) is known color: Como. HEX triplet: 44, 6F and 58. RGB value is (68,111,88). Sum of RGB (Red+Green+Blue) = 68+111+88=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #446F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F58 is #BB90A7. Grayscale: #5F5F5F. Windows color (decimal): -12292264 or 5795652. OLE color: 5795652.

HSL color Cylindrical-coordinate representation of color #446F58: hue angle of 147.91º 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 #446F58 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 111 88 -
CMYK 0.39 0 0.21 0.56
HSL 147.91º 0.24% 0.35% -
HSV(B) 147.91º 0.39% 0.44% -
XYZ 9.83 13.3 11.28 -
YUV 95.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 68 111 88 0.39 0 0.21 0.56 147.91 0.24 0.35
Hex 44 6F 58 27 0 15 38 94 18 23
Octal 104 157 130 47 0 25 70 224 30 43
Binary 1000100 1101111 1011000 100111 0 10101 111000 10010100 11000 100011

Color Harmonies of #446F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F58

Black with #446F58

Text Example


Text Example

White with #446F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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