Html Css Color HEX #447E71 Viridian

📋 copy color: '#447E71'

red 68 ◦ green 126 ◦ blue 113

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

Shades of Viridian #447E71

Tints of Viridian #447E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 22.15%
G = 41.04%
B = 36.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#447E71 (or 0x447E71) is known color: Viridian. HEX triplet: 44, 7E and 71. RGB value is (68,126,113). Sum of RGB (Red+Green+Blue) = 68+126+113=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 126 - color contains mainly: green. Hex color #447E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447E71 is #BB818E. Grayscale: #6B6B6B. Windows color (decimal): -12288399 or 7437892. OLE color: 7437892.

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

Color convert

RGB 68 126 113 -
CMYK 0.46 0 0.10 0.51
HSL 166.55º 0.3% 0.38% -
HSV(B) 166.55º 0.46% 0.49% -
XYZ 12.83 17.34 18.29 -
YUV 107.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 68 126 113 0.46 0 0.10 0.51 166.55 0.3 0.38
Hex 44 7E 71 2E 0 A 33 A7 1E 26
Octal 104 176 161 56 0 12 63 247 36 46
Binary 1000100 1111110 1110001 101110 0 1010 110011 10100111 11110 100110

Color Harmonies of #447E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447E71

Black with #447E71

Text Example


Text Example

White with #447E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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