Html Css Color HEX #448574 Viridian

📋 copy color: '#448574'

red 68 ◦ green 133 ◦ blue 116

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

Shades of Viridian #448574

Tints of Viridian #448574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

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

R = 21.45%
G = 41.96%
B = 36.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#448574 (or 0x448574) is known color: Viridian. HEX triplet: 44, 85 and 74. RGB value is (68,133,116). Sum of RGB (Red+Green+Blue) = 68+133+116=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #448574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448574 is #BB7A8B. Grayscale: #6F6F6F. Windows color (decimal): -12286604 or 7636292. OLE color: 7636292.

HSL color Cylindrical-coordinate representation of color #448574: hue angle of 164.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448574 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 133 116 -
CMYK 0.49 0 0.13 0.48
HSL 164.31º 0.32% 0.39% -
HSV(B) 164.31º 0.49% 0.52% -
XYZ 13.92 19.26 19.51 -
YUV 111.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 68 133 116 0.49 0 0.13 0.48 164.31 0.32 0.39
Hex 44 85 74 31 0 D 30 A4 20 27
Octal 104 205 164 61 0 15 60 244 40 47
Binary 1000100 10000101 1110100 110001 0 1101 110000 10100100 100000 100111

Color Harmonies of #448574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448574

Black with #448574

Text Example


Text Example

White with #448574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448574; }

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

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

background-color css

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

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

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

border-color css

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

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

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