#42796A

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

Shades of Viridian #42796A

Tints of Viridian #42796A

Color information

#42796A (or 0x42796A) is unknown color: approx Viridian. HEX triplet: 42, 79 and 6A. RGB value is (66,121,106). Sum of RGB (Red+Green+Blue) = 66+121+106=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #42796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42796A is #BD8695. Grayscale: #666666. Windows color (decimal): -12420758 or 6977858. OLE color: 6977858.

HSL color Cylindrical-coordinate representation of color #42796A: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42796A is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB66121106-
CMYK0.4500.120.53
HSL163.64º29.41%36.67%-
HSV(B)163.64º45.45%47.45%-
XYZ11.6915.8716.08-
YUV102.84129.78101.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=22.53%
G=41.30%
B=36.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661211060.4500.120.53163.6429.4136.67
Hex42796A2D0C35a41d25
Octal10217115255014652443545
Binary100001011110011101010101101011001101011010010011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42796A; }

 p { color: rgb(66,121,106); }

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

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

 a { background-color: rgb(66,121,106); }

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

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

 span { border-color: rgb(66,121,106); }

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