#418272

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

Shades of Viridian #418272

Tints of Viridian #418272

Color information

#418272 (or 0x418272) is unknown color: approx Viridian. HEX triplet: 41, 82 and 72. RGB value is (65,130,114). Sum of RGB (Red+Green+Blue) = 65+130+114=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #418272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418272 is #BE7D8D. Grayscale: #6C6C6C. Windows color (decimal): -12483982 or 7504449. OLE color: 7504449.

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

Color convert

RGB65130114-
CMYK0.5000.120.49
HSL165.23º33.33%38.24%-
HSV(B)165.23º50%50.98%-
XYZ13.218.318.76-
YUV108.74130.9796.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=21.04%
G=42.07%
B=36.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651301140.5000.120.49165.2333.3338.24
Hex418272320C31a52126
Octal10120216262014612454146
Binary10000011000001011100101100100110011000110100101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418272; }

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

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

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

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

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

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

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

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