#448364

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

Shades of Viridian #448364

Tints of Viridian #448364

Color information

#448364 (or 0x448364) is unknown color: approx Viridian. HEX triplet: 44, 83 and 64. RGB value is (68,131,100). Sum of RGB (Red+Green+Blue) = 68+131+100=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #448364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448364 is #BB7C9B. Grayscale: #6C6C6C. Windows color (decimal): -12287132 or 6587204. OLE color: 6587204.

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

Color convert

RGB68131100-
CMYK0.4800.240.49
HSL150.48º31.66%39.02%-
HSV(B)150.48º48.09%51.37%-
XYZ12.818.3814.93-
YUV108.63123.1399.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=22.74%
G=43.81%
B=33.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681311000.4800.240.49150.4831.6639.02
Hex4483643001831962027
Octal10420314460030612264047
Binary100010010000011110010011000001100011000110010110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448364; }

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

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

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

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

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

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

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

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