Html Css Color HEX #447755 Como

📋 copy color: '#447755'

red 68 ◦ green 119 ◦ blue 85

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

Shades of Como #447755

Tints of Como #447755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.75%

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

R = 25%
G = 43.75%
B = 31.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#447755 (or 0x447755) is known color: Como. HEX triplet: 44, 77 and 55. RGB value is (68,119,85). Sum of RGB (Red+Green+Blue) = 68+119+85=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #447755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447755 is #BB88AA. Grayscale: #636363. Windows color (decimal): -12290219 or 5601092. OLE color: 5601092.

HSL color Cylindrical-coordinate representation of color #447755: hue angle of 140º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #447755 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 119 85 -
CMYK 0.43 0 0.29 0.53
HSL 140º 0.27% 0.37% -
HSV(B) 140º 0.43% 0.47% -
XYZ 10.62 15.08 10.95 -
YUV 99.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 68 119 85 0.43 0 0.29 0.53 140 0.27 0.37
Hex 44 77 55 2B 0 1D 35 8C 1B 25
Octal 104 167 125 53 0 35 65 214 33 45
Binary 1000100 1110111 1010101 101011 0 11101 110101 10001100 11011 100101

Color Harmonies of #447755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447755

Black with #447755

Text Example


Text Example

White with #447755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447755; }

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

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

background-color css

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

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

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

border-color css

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

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

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