#438E6F

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

Shades of Viridian #438E6F

Tints of Viridian #438E6F

Color information

#438E6F (or 0x438E6F) is unknown color: approx Viridian. HEX triplet: 43, 8E and 6F. RGB value is (67,142,111). Sum of RGB (Red+Green+Blue) = 67+142+111=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #438E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438E6F is #BC7190. Grayscale: #747474. Windows color (decimal): -12349841 or 7310915. OLE color: 7310915.

HSL color Cylindrical-coordinate representation of color #438E6F: hue angle of 155.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438E6F is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB67142111-
CMYK0.5300.220.44
HSL155.2º35.89%40.98%-
HSV(B)155.2º52.82%55.69%-
XYZ14.8621.6918.44-
YUV116.04125.1593.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.94%
GREEN value IS 142 (55.86% from 255) = 44.38%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=20.94%
G=44.38%
B=34.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671421110.5300.220.44155.235.8940.98
Hex438E6F350162C9b2429
Octal10321615765026542334451
Binary100001110001110110111111010101011010110010011011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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