#438C75

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

Shades of Viridian #438C75

Tints of Viridian #438C75

Color information

#438C75 (or 0x438C75) is unknown color: approx Viridian. HEX triplet: 43, 8C and 75. RGB value is (67,140,117). Sum of RGB (Red+Green+Blue) = 67+140+117=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #438C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438C75 is #BC738A. Grayscale: #737373. Windows color (decimal): -12350347 or 7703619. OLE color: 7703619.

HSL color Cylindrical-coordinate representation of color #438C75: hue angle of 161.1º degrees, saturation: 0.35, 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 #438C75 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB67140117-
CMYK0.5200.160.45
HSL161.1º35.27%40.59%-
HSV(B)161.1º52.14%54.9%-
XYZ14.921.2320.14-
YUV115.55128.8293.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.68%
GREEN value IS 140 (55.08% from 255) = 43.21%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=20.68%
G=43.21%
B=36.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671401170.5200.160.45161.135.2740.59
Hex438C75340102Da12329
Octal10321416564020552414351
Binary100001110001100111010111010001000010110110100001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,140,117); }

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

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

 a { background-color: rgb(67,140,117); }

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

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

 span { border-color: rgb(67,140,117); }

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