Html Css Color HEX #447766 Viridian

📋 copy color: '#447766'

red 68 ◦ green 119 ◦ blue 102

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

Shades of Viridian #447766

Tints of Viridian #447766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.18%

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

R = 23.53%
G = 41.18%
B = 35.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#447766 (or 0x447766) is known color: Viridian. HEX triplet: 44, 77 and 66. RGB value is (68,119,102). Sum of RGB (Red+Green+Blue) = 68+119+102=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #447766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447766 is #BB8899. Grayscale: #656565. Windows color (decimal): -12290202 or 6715204. OLE color: 6715204.

HSL color Cylindrical-coordinate representation of color #447766: hue angle of 160º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #447766 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 119 102 -
CMYK 0.43 0 0.14 0.53
HSL 160º 0.27% 0.37% -
HSV(B) 160º 0.43% 0.47% -
XYZ 11.38 15.38 14.94 -
YUV 101.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 68 119 102 0.43 0 0.14 0.53 160 0.27 0.37
Hex 44 77 66 2B 0 E 35 A0 1B 25
Octal 104 167 146 53 0 16 65 240 33 45
Binary 1000100 1110111 1100110 101011 0 1110 110101 10100000 11011 100101

Color Harmonies of #447766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447766

Black with #447766

Text Example


Text Example

White with #447766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447766; }

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

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

background-color css

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

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

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

border-color css

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

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

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