Html Css Color HEX #448872 Viridian

📋 copy color: '#448872'

red 68 ◦ green 136 ◦ blue 114

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

Shades of Viridian #448872

Tints of Viridian #448872

RGB

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

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

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

R = 21.38%
G = 42.77%
B = 35.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#448872 (or 0x448872) is known color: Viridian. HEX triplet: 44, 88 and 72. RGB value is (68,136,114). Sum of RGB (Red+Green+Blue) = 68+136+114=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #448872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448872 is #BB778D. Grayscale: #717171. Windows color (decimal): -12285838 or 7505988. OLE color: 7505988.

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

Color convert

RGB 68 136 114 -
CMYK 0.50 0 0.16 0.47
HSL 160.59º 0.33% 0.4% -
HSV(B) 160.59º 0.5% 0.53% -
XYZ 14.23 20.05 19.04 -
YUV 113.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 68 136 114 0.50 0 0.16 0.47 160.59 0.33 0.4
Hex 44 88 72 32 0 10 2F A1 21 28
Octal 104 210 162 62 0 20 57 241 41 50
Binary 1000100 10001000 1110010 110010 0 10000 101111 10100001 100001 101000

Color Harmonies of #448872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448872

Black with #448872

Text Example


Text Example

White with #448872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448872; }

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

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

background-color css

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

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

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

border-color css

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

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

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