#448678

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

Shades of Viridian #448678

Tints of Viridian #448678

Color information

#448678 (or 0x448678) is unknown color: approx Viridian. HEX triplet: 44, 86 and 78. RGB value is (68,134,120). Sum of RGB (Red+Green+Blue) = 68+134+120=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #448678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448678 is #BB7987. Grayscale: #707070. Windows color (decimal): -12286344 or 7898692. OLE color: 7898692.

HSL color Cylindrical-coordinate representation of color #448678: hue angle of 167.27º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448678 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB68134120-
CMYK0.4900.100.47
HSL167.27º32.67%39.61%-
HSV(B)167.27º49.25%52.55%-
XYZ14.319.6420.81-
YUV112.67132.1396.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.12%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=21.12%
G=41.61%
B=37.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681341200.4900.100.47167.2732.6739.61
Hex448678310A2Fa72128
Octal10420617061012572474150
Binary10001001000011011110001100010101010111110100111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448678; }

 p { color: rgb(68,134,120); }

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

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

 a { background-color: rgb(68,134,120); }

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

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

 span { border-color: rgb(68,134,120); }

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