#467565

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

Shades of Viridian #467565

Tints of Viridian #467565

Color information

#467565 (or 0x467565) is unknown color: approx Viridian. HEX triplet: 46, 75 and 65. RGB value is (70,117,101). Sum of RGB (Red+Green+Blue) = 70+117+101=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #467565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467565 is #B98A9A. Grayscale: #656565. Windows color (decimal): -12159643 or 6649158. OLE color: 6649158.

HSL color Cylindrical-coordinate representation of color #467565: hue angle of 159.57º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467565 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB70117101-
CMYK0.4000.140.54
HSL159.57º25.13%36.67%-
HSV(B)159.57º40.17%45.88%-
XYZ11.2414.9614.61-
YUV101.12127.93105.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=24.31%
G=40.62%
B=35.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701171010.4000.140.54159.5725.1336.67
Hex467565280E36a01925
Octal10616514550016662403145
Binary100011011101011100101101000011101101101010000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467565; }

 p { color: rgb(70,117,101); }

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

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

 a { background-color: rgb(70,117,101); }

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

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

 span { border-color: rgb(70,117,101); }

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