Html Css Color HEX #447464 Viridian

📋 copy color: '#447464'

red 68 ◦ green 116 ◦ blue 100

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

Shades of Viridian #447464

Tints of Viridian #447464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

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

R = 23.94%
G = 40.85%
B = 35.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#447464 (or 0x447464) is known color: Viridian. HEX triplet: 44, 74 and 64. RGB value is (68,116,100). Sum of RGB (Red+Green+Blue) = 68+116+100=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #447464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447464 is #BB8B9B. Grayscale: #636363. Windows color (decimal): -12290972 or 6583364. OLE color: 6583364.

HSL color Cylindrical-coordinate representation of color #447464: hue angle of 160º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447464 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 116 100 -
CMYK 0.41 0 0.14 0.55
HSL 160º 0.26% 0.36% -
HSV(B) 160º 0.41% 0.45% -
XYZ 10.93 14.64 14.31 -
YUV 99.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 68 116 100 0.41 0 0.14 0.55 160 0.26 0.36
Hex 44 74 64 29 0 E 37 A0 1A 24
Octal 104 164 144 51 0 16 67 240 32 44
Binary 1000100 1110100 1100100 101001 0 1110 110111 10100000 11010 100100

Color Harmonies of #447464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447464

Black with #447464

Text Example


Text Example

White with #447464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447464; }

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

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

background-color css

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

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

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

border-color css

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

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

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