#448566

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

Shades of Viridian #448566

Tints of Viridian #448566

Color information

#448566 (or 0x448566) is unknown color: approx Viridian. HEX triplet: 44, 85 and 66. RGB value is (68,133,102). Sum of RGB (Red+Green+Blue) = 68+133+102=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #448566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448566 is #BB7A99. Grayscale: #6E6E6E. Windows color (decimal): -12286618 or 6718788. OLE color: 6718788.

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

Color convert

RGB68133102-
CMYK0.4900.230.48
HSL151.38º32.34%39.41%-
HSV(B)151.38º48.87%52.16%-
XYZ13.1718.9615.54-
YUV110.03123.4798.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=22.44%
G=43.89%
B=33.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681331020.4900.230.48151.3832.3439.41
Hex4485663101730972027
Octal10420514661027602274047
Binary100010010000101110011011000101011111000010010111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448566; }

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

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

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

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

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

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

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

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