#427563

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

Shades of Viridian #427563

Tints of Viridian #427563

Color information

#427563 (or 0x427563) is unknown color: approx Viridian. HEX triplet: 42, 75 and 63. RGB value is (66,117,99). Sum of RGB (Red+Green+Blue) = 66+117+99=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #427563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427563 is #BD8A9C. Grayscale: #636363. Windows color (decimal): -12421789 or 6518082. OLE color: 6518082.

HSL color Cylindrical-coordinate representation of color #427563: hue angle of 158.82º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427563 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB6611799-
CMYK0.4400.150.54
HSL158.82º27.87%35.88%-
HSV(B)158.82º43.59%45.88%-
XYZ10.8614.7814.09-
YUV99.7127.6103.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 117 (46.09% from 255) = 41.49%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=23.40%
G=41.49%
B=35.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117990.4400.150.54158.8227.8735.88
Hex4275632C0F369f1c24
Octal10216514354017662373444
Binary100001011101011100011101100011111101101001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427563; }

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

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

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

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

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

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

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

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