Html Css Color HEX #447D68 Viridian

📋 copy color: '#447D68'

red 68 ◦ green 125 ◦ blue 104

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

Shades of Viridian #447D68

Tints of Viridian #447D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.02%

R = 22.9%
G = 42.09%
B = 35.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#447D68 (or 0x447D68) is known color: Viridian. HEX triplet: 44, 7D and 68. RGB value is (68,125,104). Sum of RGB (Red+Green+Blue) = 68+125+104=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #447D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D68 is #BB8297. Grayscale: #696969. Windows color (decimal): -12288664 or 6847812. OLE color: 6847812.

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

Color convert

RGB 68 125 104 -
CMYK 0.46 0 0.17 0.51
HSL 157.89º 0.3% 0.38% -
HSV(B) 157.89º 0.46% 0.49% -
XYZ 12.22 16.9 15.71 -
YUV 105.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 68 125 104 0.46 0 0.17 0.51 157.89 0.3 0.38
Hex 44 7D 68 2E 0 11 33 9E 1E 26
Octal 104 175 150 56 0 21 63 236 36 46
Binary 1000100 1111101 1101000 101110 0 10001 110011 10011110 11110 100110

Color Harmonies of #447D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D68

Black with #447D68

Text Example


Text Example

White with #447D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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