Html Css Color HEX #448571 Viridian

📋 copy color: '#448571'

red 68 ◦ green 133 ◦ blue 113

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

Shades of Viridian #448571

Tints of Viridian #448571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 21.66%
G = 42.36%
B = 35.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#448571 (or 0x448571) is known color: Viridian. HEX triplet: 44, 85 and 71. RGB value is (68,133,113). Sum of RGB (Red+Green+Blue) = 68+133+113=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #448571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448571 is #BB7A8E. Grayscale: #6F6F6F. Windows color (decimal): -12286607 or 7439684. OLE color: 7439684.

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

Color convert

RGB 68 133 113 -
CMYK 0.49 0 0.15 0.48
HSL 161.54º 0.32% 0.39% -
HSV(B) 161.54º 0.49% 0.52% -
XYZ 13.75 19.2 18.6 -
YUV 111.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 68 133 113 0.49 0 0.15 0.48 161.54 0.32 0.39
Hex 44 85 71 31 0 F 30 A2 20 27
Octal 104 205 161 61 0 17 60 242 40 47
Binary 1000100 10000101 1110001 110001 0 1111 110000 10100010 100000 100111

Color Harmonies of #448571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448571

Black with #448571

Text Example


Text Example

White with #448571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448571; }

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

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

background-color css

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

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

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

border-color css

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

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

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