Html Css Color HEX #447666 Viridian

📋 copy color: '#447666'

red 68 ◦ green 118 ◦ blue 102

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

Shades of Viridian #447666

Tints of Viridian #447666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.97%

 BLUE value IS 102 (40.23% from 255) = 35.42%

R = 23.61%
G = 40.97%
B = 35.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#447666 (or 0x447666) is known color: Viridian. HEX triplet: 44, 76 and 66. RGB value is (68,118,102). Sum of RGB (Red+Green+Blue) = 68+118+102=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #447666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447666 is #BB8999. Grayscale: #656565. Windows color (decimal): -12290458 or 6714948. OLE color: 6714948.

HSL color Cylindrical-coordinate representation of color #447666: hue angle of 160.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #447666 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 118 102 -
CMYK 0.42 0 0.14 0.54
HSL 160.8º 0.27% 0.36% -
HSV(B) 160.8º 0.42% 0.46% -
XYZ 11.26 15.15 14.9 -
YUV 101.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 68 118 102 0.42 0 0.14 0.54 160.8 0.27 0.36
Hex 44 76 66 2A 0 E 36 A1 1B 24
Octal 104 166 146 52 0 16 66 241 33 44
Binary 1000100 1110110 1100110 101010 0 1110 110110 10100001 11011 100100

Color Harmonies of #447666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447666

Black with #447666

Text Example


Text Example

White with #447666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447666; }

 p { color: rgb(68,118,102); }

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

background-color css

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

 a { background-color: rgb(68,118,102); }

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

border-color css

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

 span { border-color: rgb(68,118,102); }

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