#438B6F

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

Shades of Viridian #438B6F

Tints of Viridian #438B6F

Color information

#438B6F (or 0x438B6F) is unknown color: approx Viridian. HEX triplet: 43, 8B and 6F. RGB value is (67,139,111). Sum of RGB (Red+Green+Blue) = 67+139+111=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #438B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438B6F is #BC7490. Grayscale: #727272. Windows color (decimal): -12350609 or 7310147. OLE color: 7310147.

HSL color Cylindrical-coordinate representation of color #438B6F: hue angle of 156.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438B6F is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB67139111-
CMYK0.5200.200.45
HSL156.67º34.95%40.39%-
HSV(B)156.67º51.8%54.51%-
XYZ14.4220.8118.3-
YUV114.28126.1594.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.14%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 111 (43.75% from 255) = 35.02%
R=21.14%
G=43.85%
B=35.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671391110.5200.200.45156.6734.9540.39
Hex438B6F340142D9d2328
Octal10321315764024552354350
Binary100001110001011110111111010001010010110110011101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438B6F; }

 p { color: rgb(67,139,111); }

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

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

 a { background-color: rgb(67,139,111); }

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

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

 span { border-color: rgb(67,139,111); }

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