#42826F

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

Shades of Viridian #42826F

Tints of Viridian #42826F

Color information

#42826F (or 0x42826F) is unknown color: approx Viridian. HEX triplet: 42, 82 and 6F. RGB value is (66,130,111). Sum of RGB (Red+Green+Blue) = 66+130+111=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #42826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42826F is #BD7D90. Grayscale: #6C6C6C. Windows color (decimal): -12418449 or 7307842. OLE color: 7307842.

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

Color convert

RGB66130111-
CMYK0.4900.150.49
HSL162.19º32.65%38.43%-
HSV(B)162.19º49.23%50.98%-
XYZ13.118.2717.88-
YUV108.7129.397.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=21.50%
G=42.35%
B=36.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661301110.4900.150.49162.1932.6538.43
Hex42826F310F31a22126
Octal10220215761017612424146
Binary10000101000001011011111100010111111000110100010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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