#438573

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

Shades of Viridian #438573

Tints of Viridian #438573

Color information

#438573 (or 0x438573) is unknown color: approx Viridian. HEX triplet: 43, 85 and 73. RGB value is (67,133,115). Sum of RGB (Red+Green+Blue) = 67+133+115=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #438573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438573 is #BC7A8C. Grayscale: #6F6F6F. Windows color (decimal): -12352141 or 7570755. OLE color: 7570755.

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

Color convert

RGB67133115-
CMYK0.5000.140.48
HSL163.64º33%39.22%-
HSV(B)163.64º49.62%52.16%-
XYZ13.819.2119.2-
YUV111.21130.1396.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.27%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=21.27%
G=42.22%
B=36.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671331150.5000.140.48163.643339.22
Hex438573320E30a42127
Octal10320516362016602444147
Binary10000111000010111100111100100111011000010100100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438573; }

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

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

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

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

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

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

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

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