#427F70

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

Shades of Viridian #427F70

Tints of Viridian #427F70

Color information

#427F70 (or 0x427F70) is unknown color: approx Viridian. HEX triplet: 42, 7F and 70. RGB value is (66,127,112). Sum of RGB (Red+Green+Blue) = 66+127+112=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #427F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F70 is #BD808F. Grayscale: #6B6B6B. Windows color (decimal): -12419216 or 7372610. OLE color: 7372610.

HSL color Cylindrical-coordinate representation of color #427F70: hue angle of 165.25º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F70 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB66127112-
CMYK0.4800.120.50
HSL165.25º31.61%37.84%-
HSV(B)165.25º48.03%49.8%-
XYZ12.7617.5118.04-
YUV107.05130.7998.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 127 (50% from 255) = 41.64%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=21.64%
G=41.64%
B=36.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661271120.4800.120.50165.2531.6137.84
Hex427F70300C32a52026
Octal10217716060014622454046
Binary1000010111111111100001100000110011001010100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427F70; }

 p { color: rgb(66,127,112); }

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

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

 a { background-color: rgb(66,127,112); }

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

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

 span { border-color: rgb(66,127,112); }

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