#418B6A

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

Shades of Viridian #418B6A

Tints of Viridian #418B6A

Color information

#418B6A (or 0x418B6A) is unknown color: approx Viridian. HEX triplet: 41, 8B and 6A. RGB value is (65,139,106). Sum of RGB (Red+Green+Blue) = 65+139+106=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #418B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B6A is #BE7495. Grayscale: #717171. Windows color (decimal): -12481686 or 6982465. OLE color: 6982465.

HSL color Cylindrical-coordinate representation of color #418B6A: hue angle of 153.24º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B6A is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB65139106-
CMYK0.5300.240.45
HSL153.24º36.27%40%-
HSV(B)153.24º53.24%54.51%-
XYZ14.0120.6316.88-
YUV113.11123.9893.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.97%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=20.97%
G=44.84%
B=34.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651391060.5300.240.45153.2436.2740
Hex418B6A350182D992428
Octal10121315265030552314450
Binary100000110001011110101011010101100010110110011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418B6A; }

 p { color: rgb(65,139,106); }

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

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

 a { background-color: rgb(65,139,106); }

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

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

 span { border-color: rgb(65,139,106); }

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