#42926F

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

Shades of Viridian #42926F

Tints of Viridian #42926F

Color information

#42926F (or 0x42926F) is unknown color: approx Viridian. HEX triplet: 42, 92 and 6F. RGB value is (66,146,111). Sum of RGB (Red+Green+Blue) = 66+146+111=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #42926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42926F is #BD6D90. Grayscale: #767676. Windows color (decimal): -12414353 or 7311938. OLE color: 7311938.

HSL color Cylindrical-coordinate representation of color #42926F: hue angle of 153.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42926F is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB66146111-
CMYK0.5500.240.43
HSL153.75º37.74%41.57%-
HSV(B)153.75º54.79%57.25%-
XYZ15.3922.8618.64-
YUV118.0912490.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=20.43%
G=45.20%
B=34.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661461110.5500.240.43153.7537.7441.57
Hex42926F370182B9a262a
Octal10222215767030532324652
Binary100001010010010110111111011101100010101110011010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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