#427463

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

Shades of Viridian #427463

Tints of Viridian #427463

Color information

#427463 (or 0x427463) is unknown color: approx Viridian. HEX triplet: 42, 74 and 63. RGB value is (66,116,99). Sum of RGB (Red+Green+Blue) = 66+116+99=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #427463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427463 is #BD8B9C. Grayscale: #636363. Windows color (decimal): -12422045 or 6517826. OLE color: 6517826.

HSL color Cylindrical-coordinate representation of color #427463: hue angle of 159.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427463 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB6611699-
CMYK0.4300.150.55
HSL159.6º27.47%35.69%-
HSV(B)159.6º43.1%45.49%-
XYZ10.7414.5514.05-
YUV99.11127.94104.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=23.49%
G=41.28%
B=35.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116990.4300.150.55159.627.4735.69
Hex4274632B0F37a01b24
Octal10216414353017672403344
Binary100001011101001100011101011011111101111010000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427463; }

 p { color: rgb(66,116,99); }

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

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

 a { background-color: rgb(66,116,99); }

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

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

 span { border-color: rgb(66,116,99); }

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