#438F6E

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

Shades of Viridian #438F6E

Tints of Viridian #438F6E

Color information

#438F6E (or 0x438F6E) is unknown color: approx Viridian. HEX triplet: 43, 8F and 6E. RGB value is (67,143,110). Sum of RGB (Red+Green+Blue) = 67+143+110=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #438F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438F6E is #BC7091. Grayscale: #747474. Windows color (decimal): -12349586 or 7245635. OLE color: 7245635.

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

Color convert

RGB67143110-
CMYK0.5300.230.44
HSL153.95º36.19%41.18%-
HSV(B)153.95º53.15%56.08%-
XYZ14.9521.9618.2-
YUV116.51124.3292.68-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.94%
GREEN value IS 143 (56.25% from 255) = 44.69%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=20.94%
G=44.69%
B=34.38%

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
Decimal671431100.5300.230.44153.9536.1941.18
Hex438F6E350172C9a2429
Octal10321715665027542324451
Binary100001110001111110111011010101011110110010011010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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