#438372

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

Shades of Viridian #438372

Tints of Viridian #438372

Color information

#438372 (or 0x438372) is unknown color: approx Viridian. HEX triplet: 43, 83 and 72. RGB value is (67,131,114). Sum of RGB (Red+Green+Blue) = 67+131+114=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #438372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438372 is #BC7C8D. Grayscale: #6D6D6D. Windows color (decimal): -12352654 or 7504707. OLE color: 7504707.

HSL color Cylindrical-coordinate representation of color #438372: hue angle of 164.06º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438372 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB67131114-
CMYK0.4900.130.49
HSL164.06º32.32%38.82%-
HSV(B)164.06º48.85%51.37%-
XYZ13.4718.6418.81-
YUV109.93130.397.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.47%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=21.47%
G=41.99%
B=36.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671311140.4900.130.49164.0632.3238.82
Hex438372310D31a42027
Octal10320316261015612444047
Binary10000111000001111100101100010110111000110100100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438372; }

 p { color: rgb(67,131,114); }

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

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

 a { background-color: rgb(67,131,114); }

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

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

 span { border-color: rgb(67,131,114); }

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