#427861

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

Shades of Viridian #427861

Tints of Viridian #427861

Color information

#427861 (or 0x427861) is unknown color: approx Viridian. HEX triplet: 42, 78 and 61. RGB value is (66,120,97). Sum of RGB (Red+Green+Blue) = 66+120+97=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #427861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427861 is #BD879E. Grayscale: #656565. Windows color (decimal): -12421023 or 6387778. OLE color: 6387778.

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

Color convert

RGB6612097-
CMYK0.4500.190.53
HSL154.44º29.03%36.47%-
HSV(B)154.44º45%47.06%-
XYZ11.1215.4513.71-
YUV101.23125.61102.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=23.32%
G=42.40%
B=34.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120970.4500.190.53154.4429.0336.47
Hex4278612D013359a1d24
Octal10217014155023652323544
Binary1000010111100011000011011010100111101011001101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427861; }

 p { color: rgb(66,120,97); }

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

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

 a { background-color: rgb(66,120,97); }

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

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

 span { border-color: rgb(66,120,97); }

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