Html Css Color HEX #448866 Viridian

📋 copy color: '#448866'

red 68 ◦ green 136 ◦ blue 102

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

Shades of Viridian #448866

Tints of Viridian #448866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.44%

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

R = 22.22%
G = 44.44%
B = 33.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#448866 (or 0x448866) is known color: Viridian. HEX triplet: 44, 88 and 66. RGB value is (68,136,102). Sum of RGB (Red+Green+Blue) = 68+136+102=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #448866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448866 is #BB7799. Grayscale: #6F6F6F. Windows color (decimal): -12285850 or 6719556. OLE color: 6719556.

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

Color convert

RGB 68 136 102 -
CMYK 0.50 0 0.25 0.47
HSL 150º 0.33% 0.4% -
HSV(B) 150º 0.5% 0.53% -
XYZ 13.59 19.8 15.68 -
YUV 111.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 68 136 102 0.50 0 0.25 0.47 150 0.33 0.4
Hex 44 88 66 32 0 19 2F 96 21 28
Octal 104 210 146 62 0 31 57 226 41 50
Binary 1000100 10001000 1100110 110010 0 11001 101111 10010110 100001 101000

Color Harmonies of #448866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448866

Black with #448866

Text Example


Text Example

White with #448866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448866; }

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

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

background-color css

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

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

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

border-color css

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

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

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