Html Css Color HEX #448072 Viridian

📋 copy color: '#448072'

red 68 ◦ green 128 ◦ blue 114

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

Shades of Viridian #448072

Tints of Viridian #448072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 21.94%
G = 41.29%
B = 36.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#448072 (or 0x448072) is known color: Viridian. HEX triplet: 44, 80 and 72. RGB value is (68,128,114). Sum of RGB (Red+Green+Blue) = 68+128+114=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #448072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448072 is #BB7F8D. Grayscale: #6C6C6C. Windows color (decimal): -12287886 or 7503940. OLE color: 7503940.

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

Color convert

RGB 68 128 114 -
CMYK 0.47 0 0.11 0.50
HSL 166º 0.31% 0.38% -
HSV(B) 166º 0.47% 0.5% -
XYZ 13.14 17.88 18.68 -
YUV 108.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 68 128 114 0.47 0 0.11 0.50 166 0.31 0.38
Hex 44 80 72 2F 0 B 32 A6 1F 26
Octal 104 200 162 57 0 13 62 246 37 46
Binary 1000100 10000000 1110010 101111 0 1011 110010 10100110 11111 100110

Color Harmonies of #448072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448072

Black with #448072

Text Example


Text Example

White with #448072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448072; }

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

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

background-color css

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

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

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

border-color css

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

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

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