#428273

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

Shades of Viridian #428273

Tints of Viridian #428273

Color information

#428273 (or 0x428273) is unknown color: approx Viridian. HEX triplet: 42, 82 and 73. RGB value is (66,130,115). Sum of RGB (Red+Green+Blue) = 66+130+115=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #428273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428273 is #BD7D8C. Grayscale: #6D6D6D. Windows color (decimal): -12418445 or 7569986. OLE color: 7569986.

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

Color convert

RGB66130115-
CMYK0.4900.120.49
HSL165.94º32.65%38.43%-
HSV(B)165.94º49.23%50.98%-
XYZ13.3218.3619.06-
YUV109.15131.397.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=21.22%
G=41.80%
B=36.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661301150.4900.120.49165.9432.6538.43
Hex428273310C31a62126
Octal10220216361014612464146
Binary10000101000001011100111100010110011000110100110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428273; }

 p { color: rgb(66,130,115); }

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

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

 a { background-color: rgb(66,130,115); }

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

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

 span { border-color: rgb(66,130,115); }

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