#448567

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

Shades of Viridian #448567

Tints of Viridian #448567

Color information

#448567 (or 0x448567) is unknown color: approx Viridian. HEX triplet: 44, 85 and 67. RGB value is (68,133,103). Sum of RGB (Red+Green+Blue) = 68+133+103=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #448567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448567 is #BB7A98. Grayscale: #6E6E6E. Windows color (decimal): -12286617 or 6784324. OLE color: 6784324.

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

Color convert

RGB68133103-
CMYK0.4900.230.48
HSL152.31º32.34%39.41%-
HSV(B)152.31º48.87%52.16%-
XYZ13.2218.9815.8-
YUV110.14123.9797.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 103 (40.62% from 255) = 33.88%
R=22.37%
G=43.75%
B=33.88%

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
Decimal681331030.4900.230.48152.3132.3439.41
Hex4485673101730982027
Octal10420514761027602304047
Binary100010010000101110011111000101011111000010011000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448567; }

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

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

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

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

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

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

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

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