#42846D

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

Shades of Viridian #42846D

Tints of Viridian #42846D

Color information

#42846D (or 0x42846D) is unknown color: approx Viridian. HEX triplet: 42, 84 and 6D. RGB value is (66,132,109). Sum of RGB (Red+Green+Blue) = 66+132+109=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #42846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42846D is #BD7B92. Grayscale: #6D6D6D. Windows color (decimal): -12417939 or 7177282. OLE color: 7177282.

HSL color Cylindrical-coordinate representation of color #42846D: hue angle of 159.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42846D is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB66132109-
CMYK0.500.170.48
HSL159.09º33.33%38.82%-
HSV(B)159.09º50%51.76%-
XYZ13.2618.7617.39-
YUV109.64127.6396.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=21.50%
G=43.00%
B=35.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661321090.500.170.48159.0933.3338.82
Hex42846D32011309f2127
Octal10220415562021602374147
Binary100001010000100110110111001001000111000010011111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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