Html Css Color HEX #447F70 Viridian

📋 copy color: '#447F70'

red 68 ◦ green 127 ◦ blue 112

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

Shades of Viridian #447F70

Tints of Viridian #447F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 22.15%
G = 41.37%
B = 36.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#447F70 (or 0x447F70) is known color: Viridian. HEX triplet: 44, 7F and 70. RGB value is (68,127,112). Sum of RGB (Red+Green+Blue) = 68+127+112=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 127 - color contains mainly: green. Hex color #447F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F70 is #BB808F. Grayscale: #6B6B6B. Windows color (decimal): -12288144 or 7372612. OLE color: 7372612.

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

Color convert

RGB 68 127 112 -
CMYK 0.46 0 0.12 0.50
HSL 164.75º 0.3% 0.38% -
HSV(B) 164.75º 0.46% 0.5% -
XYZ 12.9 17.58 18.04 -
YUV 107.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 68 127 112 0.46 0 0.12 0.50 164.75 0.3 0.38
Hex 44 7F 70 2E 0 C 32 A5 1E 26
Octal 104 177 160 56 0 14 62 245 36 46
Binary 1000100 1111111 1110000 101110 0 1100 110010 10100101 11110 100110

Color Harmonies of #447F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447F70

Black with #447F70

Text Example


Text Example

White with #447F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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