#438D70

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

Shades of Viridian #438D70

Tints of Viridian #438D70

Color information

#438D70 (or 0x438D70) is unknown color: approx Viridian. HEX triplet: 43, 8D and 70. RGB value is (67,141,112). Sum of RGB (Red+Green+Blue) = 67+141+112=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #438D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438D70 is #BC728F. Grayscale: #737373. Windows color (decimal): -12350096 or 7376195. OLE color: 7376195.

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

Color convert

RGB67141112-
CMYK0.5200.210.45
HSL156.49º35.58%40.78%-
HSV(B)156.49º52.48%55.29%-
XYZ14.7621.4118.68-
YUV115.57125.9893.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.94%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 112 (44.14% from 255) = 35%
R=20.94%
G=44.06%
B=35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671411120.5200.210.45156.4935.5840.78
Hex438D70340152D9c2429
Octal10321516064025552344451
Binary100001110001101111000011010001010110110110011100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,141,112); }

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

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

 a { background-color: rgb(67,141,112); }

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

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

 span { border-color: rgb(67,141,112); }

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