#438E6E

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

Shades of Viridian #438E6E

Tints of Viridian #438E6E

Color information

#438E6E (or 0x438E6E) is unknown color: approx Viridian. HEX triplet: 43, 8E and 6E. RGB value is (67,142,110). Sum of RGB (Red+Green+Blue) = 67+142+110=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #438E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438E6E is #BC7191. Grayscale: #737373. Windows color (decimal): -12349842 or 7245379. OLE color: 7245379.

HSL color Cylindrical-coordinate representation of color #438E6E: hue angle of 154.4º 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 #438E6E is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB67142110-
CMYK0.5300.230.44
HSL154.4º35.89%40.98%-
HSV(B)154.4º52.82%55.69%-
XYZ14.821.6718.15-
YUV115.93124.6593.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.00%
GREEN value IS 142 (55.86% from 255) = 44.51%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=21.00%
G=44.51%
B=34.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671421100.5300.230.44154.435.8940.98
Hex438E6E350172C9a2429
Octal10321615665027542324451
Binary100001110001110110111011010101011110110010011010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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