#418B6B

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

Shades of Viridian #418B6B

Tints of Viridian #418B6B

Color information

#418B6B (or 0x418B6B) is unknown color: approx Viridian. HEX triplet: 41, 8B and 6B. RGB value is (65,139,107). Sum of RGB (Red+Green+Blue) = 65+139+107=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #418B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B6B is #BE7494. Grayscale: #717171. Windows color (decimal): -12481685 or 7048001. OLE color: 7048001.

HSL color Cylindrical-coordinate representation of color #418B6B: hue angle of 154.05º 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 #418B6B is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB65139107-
CMYK0.5300.230.45
HSL154.05º36.27%40%-
HSV(B)154.05º53.24%54.51%-
XYZ14.0720.6517.15-
YUV113.23124.4893.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 139 (54.69% from 255) = 44.69%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=20.90%
G=44.69%
B=34.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651391070.5300.230.45154.0536.2740
Hex418B6B350172D9a2428
Octal10121315365027552324450
Binary100000110001011110101111010101011110110110011010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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