#418370

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

Shades of Viridian #418370

Tints of Viridian #418370

Color information

#418370 (or 0x418370) is unknown color: approx Viridian. HEX triplet: 41, 83 and 70. RGB value is (65,131,112). Sum of RGB (Red+Green+Blue) = 65+131+112=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #418370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418370 is #BE7C8F. Grayscale: #6D6D6D. Windows color (decimal): -12483728 or 7373633. OLE color: 7373633.

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

Color convert

RGB65131112-
CMYK0.5000.150.49
HSL162.73º33.67%38.43%-
HSV(B)162.73º50.38%51.37%-
XYZ13.2218.5318.21-
YUV109.1129.6396.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=21.10%
G=42.53%
B=36.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651311120.5000.150.49162.7333.6738.43
Hex418370320F31a32226
Octal10120316062017612434246
Binary10000011000001111100001100100111111000110100011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418370; }

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

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

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

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

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

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

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

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