#448172

Color #448172 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #448172

Tints of Viridian #448172

Color information

#448172 (or 0x448172) is unknown color: approx Viridian. HEX triplet: 44, 81 and 72. RGB value is (68,129,114). Sum of RGB (Red+Green+Blue) = 68+129+114=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #448172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448172 is #BB7E8D. Grayscale: #6D6D6D. Windows color (decimal): -12287630 or 7504196. OLE color: 7504196.

HSL color Cylindrical-coordinate representation of color #448172: hue angle of 165.25º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448172 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB68129114-
CMYK0.4700.120.49
HSL165.25º30.96%38.63%-
HSV(B)165.25º47.29%50.59%-
XYZ13.2718.1418.72-
YUV109.05130.7998.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=21.86%
G=41.48%
B=36.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681291140.4700.120.49165.2530.9638.63
Hex4481722F0C31a51f27
Octal10420116257014612453747
Binary1000100100000011110010101111011001100011010010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448172; }

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

 H1.HeaderClassName
 {
   color: #448172;
 }
 .AnyTagClassName
 {
   color: #448172;
 }
</style>
background-color css

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

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

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

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

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

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