#427362

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

Shades of Viridian #427362

Tints of Viridian #427362

Color information

#427362 (or 0x427362) is unknown color: approx Viridian. HEX triplet: 42, 73 and 62. RGB value is (66,115,98). Sum of RGB (Red+Green+Blue) = 66+115+98=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #427362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427362 is #BD8C9D. Grayscale: #626262. Windows color (decimal): -12422302 or 6452034. OLE color: 6452034.

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

Color convert

RGB6611598-
CMYK0.4300.150.55
HSL159.18º27.07%35.49%-
HSV(B)159.18º42.61%45.1%-
XYZ10.5814.313.76-
YUV98.41127.77104.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=23.66%
G=41.22%
B=35.13%

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
Decimal66115980.4300.150.55159.1827.0735.49
Hex4273622B0F379f1b23
Octal10216314253017672373343
Binary100001011100111100010101011011111101111001111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427362; }

 p { color: rgb(66,115,98); }

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

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

 a { background-color: rgb(66,115,98); }

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

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

 span { border-color: rgb(66,115,98); }

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