#448270

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

Shades of Viridian #448270

Tints of Viridian #448270

Color information

#448270 (or 0x448270) is unknown color: approx Viridian. HEX triplet: 44, 82 and 70. RGB value is (68,130,112). Sum of RGB (Red+Green+Blue) = 68+130+112=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #448270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448270 is #BB7D8F. Grayscale: #6D6D6D. Windows color (decimal): -12287376 or 7373380. OLE color: 7373380.

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

Color convert

RGB68130112-
CMYK0.4800.140.49
HSL162.58º31.31%38.82%-
HSV(B)162.58º47.69%50.98%-
XYZ13.2918.3618.17-
YUV109.41129.4698.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=21.94%
G=41.94%
B=36.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681301120.4800.140.49162.5831.3138.82
Hex448270300E31a31f27
Octal10420216060016612433747
Binary1000100100000101110000110000011101100011010001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448270; }

 p { color: rgb(68,130,112); }

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

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

 a { background-color: rgb(68,130,112); }

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

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

 span { border-color: rgb(68,130,112); }

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