#418269

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

Shades of Viridian #418269

Tints of Viridian #418269

Color information

#418269 (or 0x418269) is unknown color: approx Viridian. HEX triplet: 41, 82 and 69. RGB value is (65,130,105). Sum of RGB (Red+Green+Blue) = 65+130+105=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #418269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418269 is #BE7D96. Grayscale: #6B6B6B. Windows color (decimal): -12483991 or 6914625. OLE color: 6914625.

HSL color Cylindrical-coordinate representation of color #418269: hue angle of 156.92º 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 #418269 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB65130105-
CMYK0.5000.190.49
HSL156.92º33.33%38.24%-
HSV(B)156.92º50%50.98%-
XYZ12.7118.1116.19-
YUV107.72126.4797.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 105 (41.41% from 255) = 35%
R=21.67%
G=43.33%
B=35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651301050.5000.190.49156.9233.3338.24
Hex41826932013319d2126
Octal10120215162023612354146
Binary100000110000010110100111001001001111000110011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418269; }

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

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

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

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

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

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

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

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