#438673

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

Shades of Viridian #438673

Tints of Viridian #438673

Color information

#438673 (or 0x438673) is unknown color: approx Viridian. HEX triplet: 43, 86 and 73. RGB value is (67,134,115). Sum of RGB (Red+Green+Blue) = 67+134+115=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #438673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438673 is #BC798C. Grayscale: #6F6F6F. Windows color (decimal): -12351885 or 7571011. OLE color: 7571011.

HSL color Cylindrical-coordinate representation of color #438673: hue angle of 162.99º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438673 is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB67134115-
CMYK0.500.140.47
HSL162.99º33.33%39.41%-
HSV(B)162.99º50%52.55%-
XYZ13.9319.4819.25-
YUV111.8129.896.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.20%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=21.20%
G=42.41%
B=36.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671341150.500.140.47162.9933.3339.41
Hex438673320E2Fa32127
Octal10320616362016572434147
Binary10000111000011011100111100100111010111110100011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438673; }

 p { color: rgb(67,134,115); }

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

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

 a { background-color: rgb(67,134,115); }

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

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

 span { border-color: rgb(67,134,115); }

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