#418975

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

Shades of Viridian #418975

Tints of Viridian #418975

Color information

#418975 (or 0x418975) is unknown color: approx Viridian. HEX triplet: 41, 89 and 75. RGB value is (65,137,117). Sum of RGB (Red+Green+Blue) = 65+137+117=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #418975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418975 is #BE768A. Grayscale: #717171. Windows color (decimal): -12482187 or 7702849. OLE color: 7702849.

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

Color convert

RGB65137117-
CMYK0.5300.150.46
HSL163.33º35.64%39.61%-
HSV(B)163.33º52.55%53.73%-
XYZ14.3420.319.99-
YUV113.19130.1593.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=20.38%
G=42.95%
B=36.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651371170.5300.150.46163.3335.6439.61
Hex418975350F2Ea32428
Octal10121116565017562434450
Binary10000011000100111101011101010111110111010100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418975; }

 p { color: rgb(65,137,117); }

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

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

 a { background-color: rgb(65,137,117); }

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

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

 span { border-color: rgb(65,137,117); }

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