Html Css Color HEX #448066 Viridian

📋 copy color: '#448066'

red 68 ◦ green 128 ◦ blue 102

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

Shades of Viridian #448066

Tints of Viridian #448066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.95%

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

R = 22.82%
G = 42.95%
B = 34.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#448066 (or 0x448066) is known color: Viridian. HEX triplet: 44, 80 and 66. RGB value is (68,128,102). Sum of RGB (Red+Green+Blue) = 68+128+102=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #448066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448066 is #BB7F99. Grayscale: #6B6B6B. Windows color (decimal): -12287898 or 6717508. OLE color: 6717508.

HSL color Cylindrical-coordinate representation of color #448066: hue angle of 154º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448066 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 102 -
CMYK 0.47 0 0.20 0.50
HSL 154º 0.31% 0.38% -
HSV(B) 154º 0.47% 0.5% -
XYZ 12.5 17.63 15.31 -
YUV 107.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 68 128 102 0.47 0 0.20 0.50 154 0.31 0.38
Hex 44 80 66 2F 0 14 32 9A 1F 26
Octal 104 200 146 57 0 24 62 232 37 46
Binary 1000100 10000000 1100110 101111 0 10100 110010 10011010 11111 100110

Color Harmonies of #448066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448066

Black with #448066

Text Example


Text Example

White with #448066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448066; }

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

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

background-color css

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

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

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

border-color css

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

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

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