#448366

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

Shades of Viridian #448366

Tints of Viridian #448366

Color information

#448366 (or 0x448366) is unknown color: approx Viridian. HEX triplet: 44, 83 and 66. RGB value is (68,131,102). Sum of RGB (Red+Green+Blue) = 68+131+102=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #448366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448366 is #BB7C99. Grayscale: #6C6C6C. Windows color (decimal): -12287130 or 6718276. OLE color: 6718276.

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

Color convert

RGB68131102-
CMYK0.4800.220.49
HSL152.38º31.66%39.02%-
HSV(B)152.38º48.09%51.37%-
XYZ12.918.4215.45-
YUV108.86124.1398.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=22.59%
G=43.52%
B=33.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681311020.4800.220.49152.3831.6639.02
Hex4483663001631982027
Octal10420314660026612304047
Binary100010010000011110011011000001011011000110011000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448366; }

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

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

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

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

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

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

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

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