#408765

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

Shades of Viridian #408765

Tints of Viridian #408765

Color information

#408765 (or 0x408765) is unknown color: approx Viridian. HEX triplet: 40, 87 and 65. RGB value is (64,135,101). Sum of RGB (Red+Green+Blue) = 64+135+101=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #408765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408765 is #BF789A. Grayscale: #6D6D6D. Windows color (decimal): -12548251 or 6653760. OLE color: 6653760.

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

Color convert

RGB64135101-
CMYK0.5300.250.47
HSL151.27º35.68%39.02%-
HSV(B)151.27º52.59%52.94%-
XYZ13.1319.3615.36-
YUV109.89122.9895.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=21.33%
G=45%
B=33.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641351010.5300.250.47151.2735.6839.02
Hex408765350192F972427
Octal10020714565031572274447
Binary100000010000111110010111010101100110111110010111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408765; }

 p { color: rgb(64,135,101); }

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

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

 a { background-color: rgb(64,135,101); }

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

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

 span { border-color: rgb(64,135,101); }

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