#42826D

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

Shades of Viridian #42826D

Tints of Viridian #42826D

Color information

#42826D (or 0x42826D) is unknown color: approx Viridian. HEX triplet: 42, 82 and 6D. RGB value is (66,130,109). Sum of RGB (Red+Green+Blue) = 66+130+109=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #42826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42826D is #BD7D92. Grayscale: #6C6C6C. Windows color (decimal): -12418451 or 7176770. OLE color: 7176770.

HSL color Cylindrical-coordinate representation of color #42826D: hue angle of 160.31º 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 #42826D is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB66130109-
CMYK0.4900.160.49
HSL160.31º32.65%38.43%-
HSV(B)160.31º49.23%50.98%-
XYZ12.9918.2317.3-
YUV108.47128.397.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=21.64%
G=42.62%
B=35.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661301090.4900.160.49160.3132.6538.43
Hex42826D3101031a02126
Octal10220215561020612404146
Binary100001010000010110110111000101000011000110100000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42826D; }

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

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

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

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

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

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

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

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