#448469

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

Shades of Viridian #448469

Tints of Viridian #448469

Color information

#448469 (or 0x448469) is unknown color: approx Viridian. HEX triplet: 44, 84 and 69. RGB value is (68,132,105). Sum of RGB (Red+Green+Blue) = 68+132+105=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #448469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448469 is #BB7B96. Grayscale: #6D6D6D. Windows color (decimal): -12286871 or 6915140. OLE color: 6915140.

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

Color convert

RGB68132105-
CMYK0.4800.200.48
HSL154.69º32%39.22%-
HSV(B)154.69º48.48%51.76%-
XYZ13.1818.7516.29-
YUV109.79125.398.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=22.30%
G=43.28%
B=34.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681321050.4800.200.48154.693239.22
Hex44846930014309b2027
Octal10420415160024602334047
Binary100010010000100110100111000001010011000010011011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448469; }

 p { color: rgb(68,132,105); }

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

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

 a { background-color: rgb(68,132,105); }

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

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

 span { border-color: rgb(68,132,105); }

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