#448568

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

Shades of Viridian #448568

Tints of Viridian #448568

Color information

#448568 (or 0x448568) is unknown color: approx Viridian. HEX triplet: 44, 85 and 68. RGB value is (68,133,104). Sum of RGB (Red+Green+Blue) = 68+133+104=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #448568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448568 is #BB7A97. Grayscale: #6E6E6E. Windows color (decimal): -12286616 or 6849860. OLE color: 6849860.

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

Color convert

RGB68133104-
CMYK0.4900.220.48
HSL153.23º32.34%39.41%-
HSV(B)153.23º48.87%52.16%-
XYZ13.271916.07-
YUV110.26124.4797.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=22.30%
G=43.61%
B=34.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681331040.4900.220.48153.2332.3439.41
Hex4485683101630992027
Octal10420515061026602314047
Binary100010010000101110100011000101011011000010011001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448568; }

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

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

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

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

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

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

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

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