Html Css Color HEX #448870 Viridian

📋 copy color: '#448870'

red 68 ◦ green 136 ◦ blue 112

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

Shades of Viridian #448870

Tints of Viridian #448870

RGB

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

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

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

R = 21.52%
G = 43.04%
B = 35.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#448870 (or 0x448870) is known color: Viridian. HEX triplet: 44, 88 and 70. RGB value is (68,136,112). Sum of RGB (Red+Green+Blue) = 68+136+112=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #448870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448870 is #BB778F. Grayscale: #707070. Windows color (decimal): -12285840 or 7374916. OLE color: 7374916.

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

Color convert

RGB 68 136 112 -
CMYK 0.50 0 0.18 0.47
HSL 158.82º 0.33% 0.4% -
HSV(B) 158.82º 0.5% 0.53% -
XYZ 14.11 20.01 18.45 -
YUV 112.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 68 136 112 0.50 0 0.18 0.47 158.82 0.33 0.4
Hex 44 88 70 32 0 12 2F 9F 21 28
Octal 104 210 160 62 0 22 57 237 41 50
Binary 1000100 10001000 1110000 110010 0 10010 101111 10011111 100001 101000

Color Harmonies of #448870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448870

Black with #448870

Text Example


Text Example

White with #448870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448870; }

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

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

background-color css

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

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

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

border-color css

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

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

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