Html Css Color HEX #448070 Viridian

📋 copy color: '#448070'

red 68 ◦ green 128 ◦ blue 112

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

Shades of Viridian #448070

Tints of Viridian #448070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 22.08%
G = 41.56%
B = 36.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#448070 (or 0x448070) is known color: Viridian. HEX triplet: 44, 80 and 70. RGB value is (68,128,112). Sum of RGB (Red+Green+Blue) = 68+128+112=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #448070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448070 is #BB7F8F. Grayscale: #6C6C6C. Windows color (decimal): -12287888 or 7372868. OLE color: 7372868.

HSL color Cylindrical-coordinate representation of color #448070: hue angle of 164º 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 #448070 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 112 -
CMYK 0.47 0 0.12 0.50
HSL 164º 0.31% 0.38% -
HSV(B) 164º 0.47% 0.5% -
XYZ 13.03 17.84 18.09 -
YUV 108.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 68 128 112 0.47 0 0.12 0.50 164 0.31 0.38
Hex 44 80 70 2F 0 C 32 A4 1F 26
Octal 104 200 160 57 0 14 62 244 37 46
Binary 1000100 10000000 1110000 101111 0 1100 110010 10100100 11111 100110

Color Harmonies of #448070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448070

Black with #448070

Text Example


Text Example

White with #448070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448070; }

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

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

background-color css

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

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

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

border-color css

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

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

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