#42856A

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

Shades of Viridian #42856A

Tints of Viridian #42856A

Color information

#42856A (or 0x42856A) is unknown color: approx Viridian. HEX triplet: 42, 85 and 6A. RGB value is (66,133,106). Sum of RGB (Red+Green+Blue) = 66+133+106=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #42856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42856A is #BD7A95. Grayscale: #6D6D6D. Windows color (decimal): -12417686 or 6980930. OLE color: 6980930.

HSL color Cylindrical-coordinate representation of color #42856A: hue angle of 155.82º degrees, saturation: 0.34, 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 #42856A is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB66133106-
CMYK0.5000.200.48
HSL155.82º33.67%39.02%-
HSV(B)155.82º50.38%52.16%-
XYZ13.2418.9716.6-
YUV109.89125.896.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=21.64%
G=43.61%
B=34.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661331060.5000.200.48155.8233.6739.02
Hex42856A32014309c2227
Octal10220515262024602344247
Binary100001010000101110101011001001010011000010011100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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