#418277

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

Shades of Viridian #418277

Tints of Viridian #418277

Color information

#418277 (or 0x418277) is unknown color: approx Viridian. HEX triplet: 41, 82 and 77. RGB value is (65,130,119). Sum of RGB (Red+Green+Blue) = 65+130+119=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #418277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418277 is #BE7D88. Grayscale: #6D6D6D. Windows color (decimal): -12483977 or 7832129. OLE color: 7832129.

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

Color convert

RGB65130119-
CMYK0.5000.080.49
HSL169.85º33.33%38.24%-
HSV(B)169.85º50%50.98%-
XYZ13.4918.4220.3-
YUV109.31133.4796.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=20.70%
G=41.40%
B=37.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651301190.5000.080.49169.8533.3338.24
Hex418277320831aa2126
Octal10120216762010612524146
Binary10000011000001011101111100100100011000110101010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418277; }

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

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

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

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

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

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

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

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