Html Css Color HEX #447664 Viridian

📋 copy color: '#447664'

red 68 ◦ green 118 ◦ blue 100

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

Shades of Viridian #447664

Tints of Viridian #447664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 23.78%
G = 41.26%
B = 34.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#447664 (or 0x447664) is known color: Viridian. HEX triplet: 44, 76 and 64. RGB value is (68,118,100). Sum of RGB (Red+Green+Blue) = 68+118+100=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #447664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447664 is #BB899B. Grayscale: #656565. Windows color (decimal): -12290460 or 6583876. OLE color: 6583876.

HSL color Cylindrical-coordinate representation of color #447664: hue angle of 158.4º 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 #447664 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 118 100 -
CMYK 0.42 0 0.15 0.54
HSL 158.4º 0.27% 0.36% -
HSV(B) 158.4º 0.42% 0.46% -
XYZ 11.16 15.11 14.38 -
YUV 101 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 68 118 100 0.42 0 0.15 0.54 158.4 0.27 0.36
Hex 44 76 64 2A 0 F 36 9E 1B 24
Octal 104 166 144 52 0 17 66 236 33 44
Binary 1000100 1110110 1100100 101010 0 1111 110110 10011110 11011 100100

Color Harmonies of #447664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447664

Black with #447664

Text Example


Text Example

White with #447664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447664; }

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

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

background-color css

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

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

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

border-color css

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

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

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