#426252

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

Shades of Viridian Green #426252

Tints of Viridian Green #426252

Color information

#426252 (or 0x426252) is unknown color: approx Viridian Green. HEX triplet: 42, 62 and 52. RGB value is (66,98,82). Sum of RGB (Red+Green+Blue) = 66+98+82=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #426252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426252 is #BD9DAD. Grayscale: #565656. Windows color (decimal): -12426670 or 5399106. OLE color: 5399106.

HSL color Cylindrical-coordinate representation of color #426252: hue angle of 150º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426252 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB669882-
CMYK0.3300.160.62
HSL150º19.51%32.16%-
HSV(B)150º32.65%38.43%-
XYZ8.1410.59.58-
YUV86.61125.4113.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 82 (32.42% from 255) = 33.33%
R=26.83%
G=39.84%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698820.3300.160.6215019.5132.16
Hex426252210103E961420
Octal10214212241020762262440
Binary1000010110001010100101000010100001111101001011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426252; }

 p { color: rgb(66,98,82); }

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

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

 a { background-color: rgb(66,98,82); }

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

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

 span { border-color: rgb(66,98,82); }

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