#448965

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

Shades of Viridian #448965

Tints of Viridian #448965

Color information

#448965 (or 0x448965) is unknown color: approx Viridian. HEX triplet: 44, 89 and 65. RGB value is (68,137,101). Sum of RGB (Red+Green+Blue) = 68+137+101=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #448965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448965 is #BB769A. Grayscale: #707070. Windows color (decimal): -12285595 or 6654276. OLE color: 6654276.

HSL color Cylindrical-coordinate representation of color #448965: hue angle of 148.7º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448965 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB68137101-
CMYK0.5000.260.46
HSL148.7º33.66%40.2%-
HSV(B)148.7º50.36%53.73%-
XYZ13.6820.0615.46-
YUV112.26121.6496.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 101 (39.84% from 255) = 33.01%
R=22.22%
G=44.77%
B=33.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681371010.5000.260.46148.733.6640.2
Hex4489653201A2E952228
Octal10421114562032562254250
Binary100010010001001110010111001001101010111010010101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448965; }

 p { color: rgb(68,137,101); }

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

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

 a { background-color: rgb(68,137,101); }

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

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

 span { border-color: rgb(68,137,101); }

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