#418268

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

Shades of Viridian #418268

Tints of Viridian #418268

Color information

#418268 (or 0x418268) is unknown color: approx Viridian. HEX triplet: 41, 82 and 68. RGB value is (65,130,104). Sum of RGB (Red+Green+Blue) = 65+130+104=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #418268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418268 is #BE7D97. Grayscale: #6B6B6B. Windows color (decimal): -12483992 or 6849089. OLE color: 6849089.

HSL color Cylindrical-coordinate representation of color #418268: hue angle of 156º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418268 is Cyan = 0.50, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB65130104-
CMYK0.5000.20.49
HSL156º33.33%38.24%-
HSV(B)156º50%50.98%-
XYZ12.6618.0915.92-
YUV107.6125.9797.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 104 (41.02% from 255) = 34.78%
R=21.74%
G=43.48%
B=34.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651301040.5000.20.4915633.3338.24
Hex41826832014319c2126
Octal10120215062024612344146
Binary100000110000010110100011001001010011000110011100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418268; }

 p { color: rgb(65,130,104); }

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

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

 a { background-color: rgb(65,130,104); }

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

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

 span { border-color: rgb(65,130,104); }

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