#418368

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

Shades of Viridian #418368

Tints of Viridian #418368

Color information

#418368 (or 0x418368) is unknown color: approx Viridian. HEX triplet: 41, 83 and 68. RGB value is (65,131,104). Sum of RGB (Red+Green+Blue) = 65+131+104=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #418368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418368 is #BE7C97. Grayscale: #6C6C6C. Windows color (decimal): -12483736 or 6849345. OLE color: 6849345.

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

Color convert

RGB65131104-
CMYK0.5000.210.49
HSL155.45º33.67%38.43%-
HSV(B)155.45º50.38%51.37%-
XYZ12.7918.3615.97-
YUV108.19125.6397.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 131 (51.56% from 255) = 43.67%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=21.67%
G=43.67%
B=34.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651311040.5000.210.49155.4533.6738.43
Hex41836832015319b2226
Octal10120315062025612334246
Binary100000110000011110100011001001010111000110011011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418368; }

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

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

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

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

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

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

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

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