#407768

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

Shades of Viridian #407768

Tints of Viridian #407768

Color information

#407768 (or 0x407768) is unknown color: approx Viridian. HEX triplet: 40, 77 and 68. RGB value is (64,119,104). Sum of RGB (Red+Green+Blue) = 64+119+104=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #407768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407768 is #BF8897. Grayscale: #646464. Windows color (decimal): -12552344 or 6846272. OLE color: 6846272.

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

Color convert

RGB64119104-
CMYK0.4600.130.53
HSL163.64º30.05%35.88%-
HSV(B)163.64º46.22%46.67%-
XYZ11.2115.2815.46-
YUV100.84129.78101.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=22.30%
G=41.46%
B=36.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191040.4600.130.53163.6430.0535.88
Hex4077682E0D35a41e24
Octal10016715056015652443644
Binary100000011101111101000101110011011101011010010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407768; }

 p { color: rgb(64,119,104); }

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

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

 a { background-color: rgb(64,119,104); }

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

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

 span { border-color: rgb(64,119,104); }

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