Html Css Color HEX #448666 Viridian

📋 copy color: '#448666'

red 68 ◦ green 134 ◦ blue 102

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

Shades of Viridian #448666

Tints of Viridian #448666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

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

R = 22.37%
G = 44.08%
B = 33.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#448666 (or 0x448666) is known color: Viridian. HEX triplet: 44, 86 and 66. RGB value is (68,134,102). Sum of RGB (Red+Green+Blue) = 68+134+102=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #448666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448666 is #BB7999. Grayscale: #6E6E6E. Windows color (decimal): -12286362 or 6719044. OLE color: 6719044.

HSL color Cylindrical-coordinate representation of color #448666: hue angle of 150.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448666 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 134 102 -
CMYK 0.49 0 0.24 0.47
HSL 150.91º 0.33% 0.4% -
HSV(B) 150.91º 0.49% 0.53% -
XYZ 13.31 19.24 15.58 -
YUV 110.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 68 134 102 0.49 0 0.24 0.47 150.91 0.33 0.4
Hex 44 86 66 31 0 18 2F 97 21 28
Octal 104 206 146 61 0 30 57 227 41 50
Binary 1000100 10000110 1100110 110001 0 11000 101111 10010111 100001 101000

Color Harmonies of #448666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448666

Black with #448666

Text Example


Text Example

White with #448666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448666; }

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

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

background-color css

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

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

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

border-color css

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

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

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