#438072

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

Shades of Viridian #438072

Tints of Viridian #438072

Color information

#438072 (or 0x438072) is unknown color: approx Viridian. HEX triplet: 43, 80 and 72. RGB value is (67,128,114). Sum of RGB (Red+Green+Blue) = 67+128+114=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #438072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438072 is #BC7F8D. Grayscale: #6C6C6C. Windows color (decimal): -12353422 or 7503939. OLE color: 7503939.

HSL color Cylindrical-coordinate representation of color #438072: hue angle of 166.23º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438072 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB67128114-
CMYK0.4800.110.50
HSL166.23º31.28%38.24%-
HSV(B)166.23º47.66%50.2%-
XYZ13.0717.8518.68-
YUV108.16131.2998.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.68%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=21.68%
G=41.42%
B=36.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal671281140.4800.110.50166.2331.2838.24
Hex438072300B32a61f26
Octal10320016260013622463746
Binary1000011100000001110010110000010111100101010011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438072; }

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

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

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

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

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

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

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

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