Html Css Color HEX #447E55 Como

📋 copy color: '#447E55'

red 68 ◦ green 126 ◦ blue 85

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

Shades of Como #447E55

Tints of Como #447E55

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.16%

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 24.37%
G = 45.16%
B = 30.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#447E55 (or 0x447E55) is known color: Como. HEX triplet: 44, 7E and 55. RGB value is (68,126,85). Sum of RGB (Red+Green+Blue) = 68+126+85=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #447E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447E55 is #BB81AA. Grayscale: #686868. Windows color (decimal): -12288427 or 5602884. OLE color: 5602884.

HSL color Cylindrical-coordinate representation of color #447E55: hue angle of 137.59º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447E55 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 126 85 -
CMYK 0.46 0 0.33 0.51
HSL 137.59º 0.3% 0.38% -
HSV(B) 137.59º 0.46% 0.49% -
XYZ 11.48 16.81 11.23 -
YUV 103.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 68 126 85 0.46 0 0.33 0.51 137.59 0.3 0.38
Hex 44 7E 55 2E 0 21 33 8A 1E 26
Octal 104 176 125 56 0 41 63 212 36 46
Binary 1000100 1111110 1010101 101110 0 100001 110011 10001010 11110 100110

Color Harmonies of #447E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447E55

Black with #447E55

Text Example


Text Example

White with #447E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447E55; }

 p { color: rgb(68,126,85); }

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

background-color css

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

 a { background-color: rgb(68,126,85); }

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

border-color css

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

 span { border-color: rgb(68,126,85); }

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