#439474

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

Shades of Viridian #439474

Tints of Viridian #439474

Color information

#439474 (or 0x439474) is unknown color: approx Viridian. HEX triplet: 43, 94 and 74. RGB value is (67,148,116). Sum of RGB (Red+Green+Blue) = 67+148+116=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #439474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439474 is #BC6B8B. Grayscale: #787878. Windows color (decimal): -12348300 or 7640131. OLE color: 7640131.

HSL color Cylindrical-coordinate representation of color #439474: hue angle of 156.3º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #439474 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB67148116-
CMYK0.5500.220.42
HSL156.3º37.67%42.16%-
HSV(B)156.3º54.73%58.04%-
XYZ16.0623.6320.24-
YUV120.13125.6690.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.24%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=20.24%
G=44.71%
B=35.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671481160.5500.220.42156.337.6742.16
Hex439474370162A9c262a
Octal10322416467026522344652
Binary100001110010100111010011011101011010101010011100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439474; }

 p { color: rgb(67,148,116); }

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

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

 a { background-color: rgb(67,148,116); }

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

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

 span { border-color: rgb(67,148,116); }

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