Html Css Color HEX #447D5F Como

📋 copy color: '#447D5F'

red 68 ◦ green 125 ◦ blue 95

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

Shades of Como #447D5F

Tints of Como #447D5F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.4%

 BLUE value IS 95 (37.5% from 255) = 32.99%

R = 23.61%
G = 43.4%
B = 32.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#447D5F (or 0x447D5F) is known color: Como. HEX triplet: 44, 7D and 5F. RGB value is (68,125,95). Sum of RGB (Red+Green+Blue) = 68+125+95=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 125 - color contains mainly: green. Hex color #447D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D5F is #BB82A0. Grayscale: #686868. Windows color (decimal): -12288673 or 6257988. OLE color: 6257988.

HSL color Cylindrical-coordinate representation of color #447D5F: hue angle of 148.42º 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 #447D5F is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 125 95 -
CMYK 0.46 0 0.24 0.51
HSL 148.42º 0.3% 0.38% -
HSV(B) 148.42º 0.46% 0.49% -
XYZ 11.78 16.72 13.43 -
YUV 104.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 68 125 95 0.46 0 0.24 0.51 148.42 0.3 0.38
Hex 44 7D 5F 2E 0 18 33 94 1E 26
Octal 104 175 137 56 0 30 63 224 36 46
Binary 1000100 1111101 1011111 101110 0 11000 110011 10010100 11110 100110

Color Harmonies of #447D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D5F

Black with #447D5F

Text Example


Text Example

White with #447D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,125,95); }

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

background-color css

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

 a { background-color: rgb(68,125,95); }

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

border-color css

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

 span { border-color: rgb(68,125,95); }

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