Html Css Color HEX #447F61 Como

📋 copy color: '#447F61'

red 68 ◦ green 127 ◦ blue 97

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

Shades of Como #447F61

Tints of Como #447F61

RGB

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

 GREEN value IS 127 (50% from 255) = 43.49%

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

R = 23.29%
G = 43.49%
B = 33.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#447F61 (or 0x447F61) is known color: Como. HEX triplet: 44, 7F and 61. RGB value is (68,127,97). Sum of RGB (Red+Green+Blue) = 68+127+97=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #447F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F61 is #BB809E. Grayscale: #696969. Windows color (decimal): -12288159 or 6389572. OLE color: 6389572.

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

Color convert

RGB 68 127 97 -
CMYK 0.46 0 0.24 0.50
HSL 149.49º 0.3% 0.38% -
HSV(B) 149.49º 0.46% 0.5% -
XYZ 12.13 17.27 14 -
YUV 105.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 68 127 97 0.46 0 0.24 0.50 149.49 0.3 0.38
Hex 44 7F 61 2E 0 18 32 95 1E 26
Octal 104 177 141 56 0 30 62 225 36 46
Binary 1000100 1111111 1100001 101110 0 11000 110010 10010101 11110 100110

Color Harmonies of #447F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447F61

Black with #447F61

Text Example


Text Example

White with #447F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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