#438471

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

Shades of Viridian #438471

Tints of Viridian #438471

Color information

#438471 (or 0x438471) is unknown color: approx Viridian. HEX triplet: 43, 84 and 71. RGB value is (67,132,113). Sum of RGB (Red+Green+Blue) = 67+132+113=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #438471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438471 is #BC7B8E. Grayscale: #6E6E6E. Windows color (decimal): -12352399 or 7439427. OLE color: 7439427.

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

Color convert

RGB67132113-
CMYK0.4900.140.48
HSL162.46º32.66%39.02%-
HSV(B)162.46º49.24%51.76%-
XYZ13.5518.8918.55-
YUV110.4129.4797.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.47%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=21.47%
G=42.31%
B=36.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671321130.4900.140.48162.4632.6639.02
Hex438471310E30a22127
Octal10320416161016602424147
Binary10000111000010011100011100010111011000010100010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438471; }

 p { color: rgb(67,132,113); }

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

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

 a { background-color: rgb(67,132,113); }

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

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

 span { border-color: rgb(67,132,113); }

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