#448368

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

Shades of Viridian #448368

Tints of Viridian #448368

Color information

#448368 (or 0x448368) is unknown color: approx Viridian. HEX triplet: 44, 83 and 68. RGB value is (68,131,104). Sum of RGB (Red+Green+Blue) = 68+131+104=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #448368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448368 is #BB7C97. Grayscale: #6D6D6D. Windows color (decimal): -12287128 or 6849348. OLE color: 6849348.

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

Color convert

RGB68131104-
CMYK0.4800.210.49
HSL154.29º31.66%39.02%-
HSV(B)154.29º48.09%51.37%-
XYZ1318.4615.97-
YUV109.08125.1398.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 131 (51.56% from 255) = 43.23%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=22.44%
G=43.23%
B=34.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681311040.4800.210.49154.2931.6639.02
Hex44836830015319a2027
Octal10420315060025612324047
Binary100010010000011110100011000001010111000110011010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448368; }

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

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

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

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

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

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

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

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