#438576

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

Shades of Viridian #438576

Tints of Viridian #438576

Color information

#438576 (or 0x438576) is unknown color: approx Viridian. HEX triplet: 43, 85 and 76. RGB value is (67,133,118). Sum of RGB (Red+Green+Blue) = 67+133+118=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #438576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438576 is #BC7A89. Grayscale: #6F6F6F. Windows color (decimal): -12352138 or 7767363. OLE color: 7767363.

HSL color Cylindrical-coordinate representation of color #438576: hue angle of 166.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438576 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB67133118-
CMYK0.5000.110.48
HSL166.36º33%39.22%-
HSV(B)166.36º49.62%52.16%-
XYZ13.9719.2820.12-
YUV111.56131.6396.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.07%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=21.07%
G=41.82%
B=37.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671331180.5000.110.48166.363339.22
Hex438576320B30a62127
Octal10320516662013602464147
Binary10000111000010111101101100100101111000010100110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438576; }

 p { color: rgb(67,133,118); }

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

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

 a { background-color: rgb(67,133,118); }

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

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

 span { border-color: rgb(67,133,118); }

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