Html Css Color HEX #448874 Viridian

📋 copy color: '#448874'

red 68 ◦ green 136 ◦ blue 116

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

Shades of Viridian #448874

Tints of Viridian #448874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 21.25%
G = 42.5%
B = 36.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#448874 (or 0x448874) is known color: Viridian. HEX triplet: 44, 88 and 74. RGB value is (68,136,116). Sum of RGB (Red+Green+Blue) = 68+136+116=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #448874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448874 is #BB778B. Grayscale: #717171. Windows color (decimal): -12285836 or 7637060. OLE color: 7637060.

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

Color convert

RGB 68 136 116 -
CMYK 0.50 0 0.15 0.47
HSL 162.35º 0.33% 0.4% -
HSV(B) 162.35º 0.5% 0.53% -
XYZ 14.34 20.1 19.65 -
YUV 113.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 68 136 116 0.50 0 0.15 0.47 162.35 0.33 0.4
Hex 44 88 74 32 0 F 2F A2 21 28
Octal 104 210 164 62 0 17 57 242 41 50
Binary 1000100 10001000 1110100 110010 0 1111 101111 10100010 100001 101000

Color Harmonies of #448874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448874

Black with #448874

Text Example


Text Example

White with #448874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448874; }

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

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

background-color css

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

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

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

border-color css

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

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

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