Html Css Color HEX #448073 Viridian

📋 copy color: '#448073'

red 68 ◦ green 128 ◦ blue 115

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

Shades of Viridian #448073

Tints of Viridian #448073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 21.86%
G = 41.16%
B = 36.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#448073 (or 0x448073) is known color: Viridian. HEX triplet: 44, 80 and 73. RGB value is (68,128,115). Sum of RGB (Red+Green+Blue) = 68+128+115=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #448073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448073 is #BB7F8C. Grayscale: #6C6C6C. Windows color (decimal): -12287885 or 7569476. OLE color: 7569476.

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

Color convert

RGB 68 128 115 -
CMYK 0.47 0 0.10 0.50
HSL 167º 0.31% 0.38% -
HSV(B) 167º 0.47% 0.5% -
XYZ 13.2 17.91 18.98 -
YUV 108.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 68 128 115 0.47 0 0.10 0.50 167 0.31 0.38
Hex 44 80 73 2F 0 A 32 A7 1F 26
Octal 104 200 163 57 0 12 62 247 37 46
Binary 1000100 10000000 1110011 101111 0 1010 110010 10100111 11111 100110

Color Harmonies of #448073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448073

Black with #448073

Text Example


Text Example

White with #448073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448073; }

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

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

background-color css

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

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

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

border-color css

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

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

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